Click or drag to resize

GraphViewerClient Constructor

Creates a new GraphViewerClient instance. Internally, it creates a YCompClient or a MSAGLClient, depending on the graph viewer type that is requested, see the base constructor for more on this.

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 8.1
Syntax
C#
public GraphViewerClient(
	INamedGraph graph,
	GraphViewerTypes graphViewerType,
	string layoutModule,
	DumpInfo dumpInfo,
	ElementRealizers realizers,
	ObjectNamerAndIndexer objectNamerAndIndexer,
	TransientObjectNamerAndIndexer transientObjectNamerAndIndexer,
	IBasicGraphViewerClientHost basicGraphViewerClientHost
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrINamedGraph
graphViewerType
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerTypes
layoutModule
Type: SystemString
dumpInfo
Type: de.unika.ipd.grGen.libGrDumpInfo
realizers
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerElementRealizers
objectNamerAndIndexer
Type: de.unika.ipd.grGen.libGrObjectNamerAndIndexer
transientObjectNamerAndIndexer
Type: de.unika.ipd.grGen.libGrTransientObjectNamerAndIndexer
basicGraphViewerClientHost
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerIBasicGraphViewerClientHost
See Also