Click or drag to resize

GraphViewerBaseClient Class

Class communicating with yComp or MSAGL, over a simple live graph viewer protocol, some very basic shared functionality is implemented here, real graph handling is contained in the GraphViewerClient.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerBaseClient
    de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerClient

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 8.1
Syntax
C#
public class GraphViewerBaseClient

The GraphViewerBaseClient type exposes the following members.

Constructors
  NameDescription
Public methodGraphViewerBaseClient
Creates a new GraphViewerBaseClient 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
Methods
  NameDescription
Public methodStatic memberAvailableLayouts
Public methodClose
Public methodGetBasicClient
Public methodStatic memberGetGuiConsoleDebuggerHostCreator
returns a host creator from graphViewerAndSequenceDebuggerWindowsForms.dll
Public methodStatic memberIsMSAGLLike
Public methodStatic memberIsValidLayout
Top
Fields
  NameDescription
Protected fieldrealizers
Top
See Also