S | |
scale | |
select, ST | |
set | |
setc | |
setCanvasStyle, Accessors | |
setCanvasStyles, Accessors | |
setData, Accessors | |
setDataset, Accessors | |
setLabelData, Accessors | |
setLabelDataset, Accessors | |
setp | |
setPos, Graph.Node | |
setRoot, ST | |
splat, $jit.util | |
squaredNorm, Complex | |
sum, Graph.Op | |
switchAlignment, ST | |
switchPosition, ST | |
T | |
toComplex, Polar | |
toJSON, Loader | |
toPolar, Complex | |
translate, Canvas | |
U | |
updateJSON |
Scales the canvas.
scale: function( x, y, disablePlot )
Returns the result of scaling a Complex instance.
scale: function( factor )
Scales a polar norm.
scale: function( number )
Selects a node in the ST without performing an animation.
select: function( id, onComplete )
Sets a number.
set: function( c )
Sets a number.
set: function( v )
Sets a complex number.
setc: function( x, y )
Sets a Complex number.
setc: function( x, y )
Sets the canvas style data property with some specific value.
setCanvasStyle: function( prop, value, type )
Convenience method to set multiple styles at once.
setCanvasStyles: function( types, obj )
Sets the current data property with some specific value.
setData: function( prop, value, type )
Convenience method to set multiple data values at once.
setDataset: function( types, obj )
Sets the current label data with some specific value.
setLabelData: function( prop, value, type )
Convenience function to set multiple label data at once.
setLabelDataset: function( types, obj )
Sets a polar number.
setp: function( theta, rho )
Sets a polar number.
setp: function( theta, rho )
Sets the node’s position.
setPos: function( value, type )
Switches the current root node.
setRoot: function( id, method, onComplete )
Returns an array wrapping obj if obj is not an array.
$.splat = function( obj )
Calculates a Complex number squared norm.
squaredNorm: function ()
Adds a new graph to the visualization.
sum: function( json, opt )
Switches the tree alignment.
switchAlignment: function( align, method, onComplete )
Switches the tree orientation.
switchPosition: function( pos, method, onComplete )
Translates from polar to cartesian coordinates and returns a new Complex instance.
toComplex: function( simple )
Returns a JSON tree/graph structure from the visualization’s Graph.
toJSON: function( type )
Transforms cartesian to polar coordinates.
toPolar: function( simple )
Applies a translation to the canvas.
translate: function( x, y, disablePlot )
Use this method when updating values for the current JSON data.
updateJSON: function( json, onComplete )
Use this method when updating values for the current JSON data.
updateJSON: function( json, onComplete )
Use this method when updating values for the current JSON data.
updateJSON: function( json, onComplete )