 | GraphViewerClient Class |
Class communicating with yComp or MSAGL, over a simple live graph viewer protocol,
some higher-level shared functionality regarding graph presentation state handling is implemented here.
Inheritance HierarchySystemObject de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerClient Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic class GraphViewerClient
The GraphViewerClient type exposes the following members.
Constructors | Name | Description |
---|
 | GraphViewerClient |
Creates a new GraphViewerClient instance.
internally, it creates a YCompClient and connects to the local YComp server,
or creates a MSAGLClient, inside the basicGraphViewerClientHost (which may be a GuiConsoleDebuggerHost) in case one is supplied,
depending on the graph viewer type that is requested (the layout is expected to be one of the valid layouts of the corresponding graph viewer client).
|
Top
Properties | Name | Description |
---|
 | CommandAvailable | |
 | ConnectionLost | |
 | EdgeRealizerOverride |
If non-null, overrides the type dependent edge realizer (setter used from debugger for added edges, other realizers are given directly at methods called by debugger)
|
 | Graph | |
 | NodeRealizerOverride |
If non-null, overrides the type dependent node realizer (setter used from debugger for added nodes, other realizers are given directly at methods called by debugger)
|
Top
Methods
Events
Fields
See Also