Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 data
 dispatch, Tree.Geometry
 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
 Functions and Properties, Graph
A dataset object
The dataSet object http://blog.thejit.org/?p=7
dispatch: function()
Makes a value dispatch according to the current layout Works like a CSS property, either top-right-bottom-left or top|bottom - left|right.
disposeLabel: function(id)
Removes a label.
show/hide main circle
Node flag
sets the node as visible or not.
each: function(tree,
action)
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.
eachAdjacency: function(node,
action,
flags)
Iterates over a node adjacencies applying the action function.
eachBFS: function(graph,
id,
action,
flags)
Performs a BFS traversal of a graph beginning by the node of id id and performing action on each node.
eachLevel: function(tree,
levelBegin,
levelEnd,
action)
Iterates over tree nodes to a certain tree level performing an action.
eachLevel: function(tree,
initLevel,
toLevel,
action)
Iterates on tree nodes which relative depth is less or equal than a specified level.
eachNode: function(graph,
action,
flags)
Iterates over graph nodes performing an action.
eachSubnode: function(graph,
node,
action,
flags)
After a BFS traversal the depth property of each node has been modified.
node end alpha
node end alpha
not being used by the moment.
node to position
node to position
enter: function(elem)
Sets the elem parameter as root and performs the layout.
equals: function(c)
Comparison method.
equals: function(c)
Comparison method.
treats the node as if it existed or not (somewhat similar to CSS display:none)
expand: function (node,
onComplete)
Determines which nodes to expand (and expands their subtrees).
filter: function(param)
For internal use only.
fitsInCanvas: function(pos,
canvas)
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.
flagRoot: function(id)
Flags a node specified by id as root.
flagRoot: function(id)
Flags a node specified by id as root.
animation frames per second
Close