D | |
data | |
dispatch, Tree. | |
disposeLabel, GraphPlot | |
drawMainCircle, Config | |
drawn | |
E | |
each | |
eachAdjacency, GraphUtil | |
eachBFS, GraphUtil | |
eachLevel | |
eachNode, GraphUtil | |
eachSubnode, GraphUtil | |
endAlpha | |
endPos | |
enter, Config | |
equals | |
exist, Tree.Node | |
expand, ST | |
F | |
filter, GraphUtil | |
fitsInCanvas | |
flagRoot | |
fps, Config | |
Functions CanvasComplexConfigGraph.NodeGraphOpGraphPlotGraphUtilHypertreePolarRGraphSTTM.AreaTM. | |
Functions and Properties, Graph |
Makes a value dispatch according to the current layout Works like a CSS property, either top-right-bottom-left or top|bottom - left|right.
dispatch: function()
Removes a label.
disposeLabel: function( id )
Iterates over a nodes children performing an action.
each: function( tree, action )
Iterates over tree nodes performing an action.
each: function( tree, action )
A tree iterator.
each: function( tree, action )
Iterates over a node adjacencies applying the action function.
eachAdjacency: function( node, action, flags )
Performs a BFS traversal of a graph beginning by the node of id id and performing action on each node.
eachBFS: function( graph, id, action, flags )
Iterates over tree nodes to a certain tree level performing an action.
eachLevel: function( tree, levelBegin, levelEnd, action )
Iterates on tree nodes which relative depth is less or equal than a specified level.
eachLevel: function( tree, initLevel, toLevel, action )
Iterates over graph nodes performing an action.
eachNode: function( graph, action, flags )
After a BFS traversal the depth property of each node has been modified.
eachSubnode: function( graph, node, action, flags )
Sets the elem parameter as root and performs the layout.
enter: function( elem )
Comparison method.
equals: function( c )
Comparison method.
equals: function( c )
Determines which nodes to expand (and expands their subtrees).
expand: function ( node, onComplete )
For internal use only.
filter: function( param )
Returns true or false if the label for the node is contained on the canvas dom element or not.
fitsInCanvas: function( pos, canvas )
Returns true or false if the current position is between canvas limits or not.
fitsInCanvas: function( pos, canvas )
Flags a node specified by id as root.
flagRoot: function( id )
Flags a node specified by id as root.
flagRoot: function( id )