Maps or collects an array by applying f.
$.map = function( array, f )
Merges n-objects and their sub-objects creating a new, fresh object.
$.merge = function()
This method will transform the current visualized graph into the new JSON representation passed in the method.
morph: function( json, opt, extraModes )
Translates the tree to the given position.
move: function( pos, opt )
Calculates a Complex number norm.
norm: function ()
Animates the Hypertree to center the node specified by id.
onClick: function( id, opt )
Animates the RGraph to center the node specified by id.
onClick: function( id, opt )
Animates the ST to center the node specified by id.
onClick: function ( id, options )
Sets the parent node of the current selected node as root.
out: function()
Sets the parent node of the current selected node as root.
out: function()
Plots the ForceDirected graph.
plot: function()
Plots a Graph.
plot: function( opt, animating )
Plots the Hypertree.
plot: function()
Plots the Icicle visualization.
plot: function()
Plots the RGraph.
plot: function()
Plots the ST.
plot: function()
Plots the Sunburst.
plot: function()
Plots the TreeMap.
plot: function()
Plots a label for a given node.
plotLabel: function( canvas, node, controller )
Plots a label for a given node.
plotLabel: function( canvas, node, controller )
Plots a label for a given node.
plotLabel: function( canvas, node, controller )
Plots a Graph.Adjacence.
plotLine: function( adj, canvas, animating )
Plots a Graph.Node.
plotNode: function( node, canvas, animating )
Returns the result of multiplying two Complex numbers.
prod: function( pos )
Clears all tree nodes having depth greater than maxLevel.
prune: function( tree, maxLevel )
Iteratively applies the binary function f storing the result in an accumulator.
$.reduce = function( array, f, opt )
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function( reposition )
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Computes positions and plots the tree.
refresh: function()
Removes a Graph.Adjacence matching id1 and id2.
removeAdjacence: function( id1, id2 )
Remove canvas style properties from data.
removeCanvasStyle: function()
Remove data properties.
removeData: function()
Removes one or more Graph.Adjacences from the visualization.
removeEdge: function( vertex, opt )
Remove label properties from data.
removeLabelData: function()
Removes a Graph.Node matching the specified id.
removeNode: function( id )
Removes one or more Graph.Nodes from the visualization.
removeNode: function( node, opt )
Removes a subtree.
removeSubtree: function( id, removeRoot, method, onComplete )
Renders an arrow into the canvas.
'render': function( from, to, dim, swap, canvas )
Renders a hyperline into the canvas.
'render': function( from, to, r, canvas )
Renders a line into the canvas.
'render': function( from, to, canvas )
Renders a circle into the canvas.
'render': function( type, pos, radius, canvas )
Renders an ellipse into the canvas.
'render': function( type, pos, width, height, canvas )
Renders a rectangle into the canvas.
'render': function( type, pos, width, height, canvas )
Renders a square into the canvas.
'render': function( type, pos, dim, canvas )
Renders a star (concave decagon) into the canvas.
'render': function( type, pos, dim, canvas )
Renders a triangle into the canvas.
'render': function( type, pos, dim, canvas )
Resizes the canvas.
resize: function( width, height )
Sets all stacks that could have been filtered visible.
restore: function( callback )
Converts an RGB array into a Hex string.
$.rgbToHex = function( srcArray, array )
Rotates the graph so that the selected node is horizontal on the right.
rotate: function( node, method, opt )
Rotates the graph of an angle theta.
rotateAngle: function( theta, method, opt )