Click or drag to resize

DumpInfo Class

A description of how to dump a graph.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrDumpInfo

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public class DumpInfo

The DumpInfo type exposes the following members.

Constructors
 NameDescription
Public methodDumpInfoInitializes a new instance of the DumpInfo class
Top
Properties
Methods
 NameDescription
Public methodAddOrExtendGroupNodeType Adds or extends a GroupNodeType. All nodes connected via the given edge type and fulfilling the GroupType condition are placed inside a group corresponding to the according group node. The edges which lead to the grouping are not displayed. The group node types are ordered by the time of creation. Groups of group node types created later will be moved into groups of group node types created earlier.
Public methodAddTypeInfoTag Associates an InfoTag to a GrGenType.
Public methodExcludeEdgeType 
Public methodExcludeGraph 
Public methodExcludeNodeType 
Public methodGetEdgeDumpTypeColor 
Public methodGetEdgeDumpTypeLineStyle 
Public methodGetEdgeDumpTypeTextColor 
Public methodGetEdgeDumpTypeThickness 
Public methodGetEdgeTypeColor 
Public methodGetEdgeTypeLineStyle 
Public methodGetEdgeTypeTextColor 
Public methodGetEdgeTypeThickness 
Public methodGetElementName Gets the element name of the given graph element according to the element name getter given to the constructor of DumpInfo.
Public methodGetElemTypeLabel Returns the label of the given element type or null for the default case.
Public methodGetExcludeGraphContextDepth 
Public methodGetGroupNodeType Gets the GroupNodeType for a given node type.
Public methodGetNodeDumpTypeBorderColor 
Public methodGetNodeDumpTypeColor 
Public methodGetNodeDumpTypeShape 
Public methodGetNodeDumpTypeTextColor 
Public methodGetNodeTypeBorderColor 
Public methodGetNodeTypeColor 
Public methodGetNodeTypeShape 
Public methodGetNodeTypeTextColor 
Public methodGetTypeInfoTag Returns an info tag with the given AttributeType registered for the given element type or null.
Public methodGetTypeInfoTags Returns a list of InfoTag objects for the given type or null.
Public methodIsExcludedEdgeType 
Public methodIsExcludedGraph 
Public methodIsExcludedNodeType 
Public methodReset 
Public methodSetEdgeDumpTypeColor 
Public methodSetEdgeDumpTypeLineStyle 
Public methodSetEdgeDumpTypeTextColor 
Public methodSetEdgeDumpTypeThickness 
Public methodSetEdgeTypeColor 
Public methodSetEdgeTypeLineStyle 
Public methodSetEdgeTypeTextColor 
Public methodSetEdgeTypeThickness 
Public methodSetElemTypeLabel Sets the labels of the given element type. null is the default case, which is "<elemname>:<type>".
Public methodSetExcludeGraphContextDepth 
Public methodSetNodeDumpTypeBorderColor 
Public methodSetNodeDumpTypeColor 
Public methodSetNodeDumpTypeShape 
Public methodSetNodeDumpTypeTextColor 
Public methodSetNodeTypeBorderColor 
Public methodSetNodeTypeColor 
Public methodSetNodeTypeShape 
Public methodSetNodeTypeTextColor 
Top
Events
See Also