Click or drag to resize

IBasicGraphViewerClient Methods

The IBasicGraphViewerClient type exposes the following members.

Methods
  NameDescription
Public methodAddEdge(String, String, String, String, String)
Public methodAddEdge(String, String, String, String, String, String)
Public methodAddEdgeRealizer
Public methodAddNode(String, String, String)
Public methodAddNode(String, String, String, String)
Public methodAddNodeRealizer
Public methodAddSubgraphNode(String, String, String)
Public methodAddSubgraphNode(String, String, String, String)
Public methodChangeEdge
Sets the edge realizer of the given edge. If realizer is null, the realizer for the type of the edge is used.
Public methodChangeNode
Sets the node realizer of the given node. If realizer is null, the realizer for the type of the node is used.
Public methodClearEdgeAttribute
Public methodClearGraph
Public methodClearNodeAttribute
Public methodClose
Public methodDeleteEdge
Public methodDeleteNode
Public methodEncode
Public methodForceLayout
Forces yComp/MSAGL to relayout the graph.
Public methodGetLayoutOptions
Retrieves the available options of the current layouter of yComp/MSAGL and the current values.
Public methodMoveNode
Public methodReadCommand
Public methodRenameEdge
Public methodRenameNode
Public methodSetEdgeAttribute
Public methodSetEdgeLabel(String, String)
Public methodSetEdgeLabel(String, String, String)
Public methodSetLayout
Public methodSetLayoutOption
Sets a layout option of the current layouter of yComp/MSAGL.
Public methodSetNodeAttribute
Public methodSetNodeLabel(String, String)
Public methodSetNodeLabel(String, String, String)
Public methodShow
Shows the graph (without relayout).
Public methodSleepAndDoEvents
Public methodSync
Sends a "sync" request and waits for a "sync" answer
Public methodWaitForElement
Top
See Also