Click or drag to resize

GraphViewerClient Methods

The GraphViewerClient type exposes the following members.

Methods
  NameDescription
Public methodAddEdge(IEdge)
Public methodAddEdge(String, String, INode, INode)
Adding of helper edge used in debugging, for visualization of map content
Public methodAddEdgeEvenIfGraphExcluded
Public methodAddNeighboursAndParentsOfNeededGraphElements
Public methodAddNode
Public methodAddNodeEvenIfGraphExcluded
Public methodAnnotateElement
Annotates the given element with the given string in double angle brackets
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 methodChangeEdgeAttribute
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 methodChangeNodeAttribute
Public methodClearGraph
Public methodClose (Overrides GraphViewerBaseClientClose.)
Public methodDeleteEdge(String)
Public methodDeleteEdge(IEdge)
Public methodDeleteNode(String)
Public methodDeleteNode(INode)
Public methodForceLayout
Forces yComp/MSAGL to relayout the graph.
Public methodGetBasicClient (Inherited from GraphViewerBaseClient.)
Public methodGetLayoutOptions
Retrieves the available options of the current layouter and the current values.
Public methodReadCommand
Public methodRetypingElement
Public methodSetLayout
Sets the current layouter of the graph viewer.
Public methodSetLayoutOption
Sets a layout option of the current layouter of yComp or MSAGL.
Public methodSync
Sends a "sync" request and waits for a "sync" answer
Public methodUpdateDisplay
Relayouts the graph if needed.
Public methodUploadGraph
Uploads the graph to YComp/MSAGL, updates the display and makes a synchronisation. Does not change the stored graph, even though this is required for naming.
Public methodWaitForElement
Top
See Also