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 methodStatic memberAvailableLayouts
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
Public methodDeleteEdge(String)
Public methodDeleteEdge(IEdge)
Public methodDeleteNode(String)
Public methodDeleteNode(INode)
Public methodForceLayout
Forces yComp to relayout the graph.
Public methodStatic memberGetDoEventsCaller
Public methodStatic memberGetGuiConsoleDebuggerHostCreator
returns a host creator from graphViewerAndSequenceDebuggerWindowsForms.dll
Public methodGetLayoutOptions
Retrieves the available options of the current layouter of yComp and the current values.
Public methodStatic memberIsValidLayout
Public methodReadCommand
Public methodRetypingElement
Public methodSetLayout
Sets the current layouter of yComp
Public methodSetLayoutOption
Sets a layout option of the current layouter of yComp.
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, 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