![]() | GraphViewer Class |
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
public class GraphViewer
The GraphViewer type exposes the following members.
Name | Description | |
---|---|---|
![]() | GraphViewer | Initializes a new instance of the GraphViewer class |
Name | Description | |
---|---|---|
![]() | UpdateDisplay |
Name | Description | |
---|---|---|
![]() | DebugChangedEdgeAttribute | |
![]() | DebugChangedNodeAttribute | |
![]() | DebugClearingGraph | |
![]() | DebugDeletingEdge | |
![]() | DebugDeletingNode | |
![]() | DebugEdgeAdded | |
![]() | DebugNodeAdded | |
![]() | DebugRetypingElement | |
![]() ![]() | DumpAndShowGraph | |
![]() | EndShowGraph | |
![]() ![]() | IsDotExecutable |
Tells whether the name is one of the dot renderers from graphviz
|
![]() | RegisterGraphEvents | |
![]() | ShowGraph | |
![]() ![]() | ShowGraphWithDot |
Shows the graph dumped in dot format with graphviz (one of its renderers specified by programName, plus the arguments.
The .dot and .pgn files are deleted if !keep (the return value is the filename of the dot file).
|
![]() ![]() | ShowGraphWithMSAGL |
Shows the graph with MSAGL (without dumping - but like the other static ShowGraph functions without registering to the graph update events, i.e. without live graph updating on changes).
TODO: dump into a format supported by MSAGL and call an external MSAGL viewer app (supply one if none exists yet).
|
![]() ![]() | ShowVcgGraph |
Shows the graph dumped in vcg format with the renderer specified by programName (typically yComp), plus the arguments.
The .vcg file is deleted if !keep (the return value is the filename of the vcg file).
|
![]() | UnregisterGraphEvents | |
![]() | UpdateDisplayAndSync |