Graph Constructor
|
Constructor |
FX | Gets the Shader Effect. |
HyperbolicCenter | Gets or sets the center for the hyperbolic layout. |
InfoViewer | Gets or sets the graph info viewer. |
Layout | Gets and sets Layout |
Simulation | Gets or sets the simulation parameters. |
Visual | Gets or sets the visual parameters. |
addEdge | Adds edges to current layout |
addNode | Adds notes to current layout |
clear | Clears the graph. |
delSel | Deletes Selection |
draw | Draws all (edges, nodes, layout) |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
open | Opens a graph from a file. |
pickCoord | Returns Coordinates for picking |
pickEdge | Picks the edge under the cursor [Not implemented]. |
pickNode | Picks node where mosue is pointing. |
projectNode | Projects a node to screen coordinates. |
pullNode | Apply pulling for nodes |
randomizePos | Randomizes the positions of the nodes. |
save | Saves the graph to a file. |
scroll | Scroll on layout |
selectNode | Select node |
selRect | Creates rectangle for selection (delete) |
ToString (inherited from Object) | Returns a String that represents the current Object. |
unselect | Unselection all nodes |
updateLayout | Updates the layout. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |