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