 | IBasicGraphViewerClient Methods |
The IBasicGraphViewerClient type exposes the following members.
Methods|
| Name | Description |
|---|
 | AddEdge(String, String, String, String, String) | |
 | AddEdge(String, String, String, String, String, String) | |
 | AddEdgeRealizer | |
 | AddNode(String, String, String) | |
 | AddNode(String, String, String, String) | |
 | AddNodeRealizer | |
 | AddSubgraphNode(String, String, String) | |
 | AddSubgraphNode(String, String, String, String) | |
 | ChangeEdge |
Sets the edge realizer of the given edge.
If realizer is null, the realizer for the type of the edge is used.
|
 | ChangeNode |
Sets the node realizer of the given node.
If realizer is null, the realizer for the type of the node is used.
|
 | ClearEdgeAttribute | |
 | ClearGraph | |
 | ClearNodeAttribute | |
 | Close | |
 | DeleteEdge | |
 | DeleteNode | |
 | Encode | |
 | ForceLayout |
Forces yComp/MSAGL to relayout the graph.
|
 | GetLayoutOptions |
Retrieves the available options of the current layouter of yComp/MSAGL and the current values.
|
 | MoveNode | |
 | ReadCommand | |
 | RenameEdge | |
 | RenameNode | |
 | SetEdgeAttribute | |
 | SetEdgeLabel(String, String) | |
 | SetEdgeLabel(String, String, String) | |
 | SetLayout | |
 | SetLayoutOption |
Sets a layout option of the current layouter of yComp/MSAGL.
|
 | SetNodeAttribute | |
 | SetNodeLabel(String, String) | |
 | SetNodeLabel(String, String, String) | |
 | Show |
Shows the graph (without relayout).
|
 | SleepAndDoEvents | |
 | Sync |
Sends a "sync" request and waits for a "sync" answer
|
 | WaitForElement | |
Top
See Also