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  
scalarProduct(z:org.un.flex.utils.geom:ComplexNumber) — Method in class org.un.flex.utils.geom.ComplexNumber
Return the euclidian scalar product of the complex number and another complex number.
scale — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
The scale property of VGraph will affect the scaleX and scaleY properties and also will ensure drag&drop works properly.
scale — Property in class org.un.flex.graphLayout.visual.VisualGraph
The scale property of VGraph will affect the scaleX and scaleY properties and also will ensure drag&drop works properly.
scale(r) — Method in class org.un.flex.utils.geom.ComplexVector
Scales the vector with the specified factor.
scale(f) — Method in interface org.un.flex.utils.geom.IVector
Scales the vector with the specified factor.
scroll(sx, sy) — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Scrolls all objects according to the specified coordinates (used as an offset).
scroll(deltaX, deltaY) — Method in class org.un.flex.graphLayout.visual.VisualGraph
Scrolls all objects according to the specified coordinates (used as an offset).
scrollBackgroundInDrag — Property in class org.un.flex.graphLayout.visual.VisualGraph
setAncestor(n:org.un.flex.graphLayout.data:INode, a:org.un.flex.graphLayout.data:INode) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the ancestor for a node.
setAngularBounds(theta, width) — Method in class org.un.flex.graphLayout.layout.ConcentricRadialLayouter
Presets the angular bounds of the layout, if desired.
setAngularWidth(n:org.un.flex.graphLayout.data:INode, w) — Method in class org.un.flex.graphLayout.layout.ConcentricRadialLayoutDrawing
This methods allows the setting of the "angular width" value for each node, which is required by the corresponding layouter.
setCartCoordinates(n:org.un.flex.graphLayout.data:INode, p) — Method in class org.un.flex.graphLayout.layout.BaseLayoutDrawing
Set the target coordinates for node n according to the calculated layout in cartesian (i.e.
setChange(n:org.un.flex.graphLayout.data:INode, v) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the change value for a node.
setCoords() — Method in class org.un.flex.graphLayout.layout.AnimatedBaseLayouter
Directly sets the target coordinates not animating anything.
setDepthOffset(n:org.un.flex.graphLayout.data:INode, v) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the depth offset of a node.
setModifier(n:org.un.flex.graphLayout.data:INode, v) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the modifier value for a node.
setNodeCoordinates(n:org.un.flex.graphLayout.data:INode, origin, angleOff, polarR, polarPhi) — Method in class org.un.flex.graphLayout.layout.ParentCenteredDrawingModel
This method sets polar coordinates along with the node's origin and zero angle offset.
setNodeCoordinates(n:org.un.flex.graphLayout.data:INode, origin, angleOff, polarR, polarPhi) — Method in class org.un.flex.graphLayout.layout.PhylloTreeDrawingModel
This method sets polar coordinates along with the node's origin and zero angle offset.
setPolarCoordinates(n:org.un.flex.graphLayout.data:INode, polarR, polarPhi) — Method in class org.un.flex.graphLayout.layout.BaseLayoutDrawing
Set the target coordinates for node n according to the calculated layout in Polar form.
setPrelim(n:org.un.flex.graphLayout.data:INode, v) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the preliminary x value for a node.
setShift(n:org.un.flex.graphLayout.data:INode, v) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the shift value for a node.
setThread(n:org.un.flex.graphLayout.data:INode, t:org.un.flex.graphLayout.data:INode) — Method in class org.un.flex.graphLayout.layout.HierarchicalLayoutDrawing
Set the thread pointer for a node.
setTo(p:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.ComplexNumber
Sets this point to the given point.
setTo(v:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.ComplexVector
Sets this vector to the given vector.
setTo(isom:org.un.flex.utils.geom:IIsometry) — Method in interface org.un.flex.utils.geom.IIsometry
Sets this isometry to the given isometry.
setTo(p:org.un.flex.utils.geom:IPoint) — Method in interface org.un.flex.utils.geom.IPoint
Sets this point to the given point.
setTo(vector:org.un.flex.utils.geom:IVector) — Method in interface org.un.flex.utils.geom.IVector
Sets this vector to the given vector.
setTo(isom:org.un.flex.utils.geom:IIsometry) — Method in class org.un.flex.utils.geom.PoincareIsometry
Sets this isometry to the given isometry.
setToIdentity() — Method in interface org.un.flex.utils.geom.IIsometry
Sets the isometry to an identity transformation.
setToIdentity() — Method in class org.un.flex.utils.geom.PoincareIsometry
Sets the isometry to an identity transformation.
setViewMatrix(vm:org.un.flex.utils.geom:IIsometry) — Method in interface org.un.flex.utils.geom.IProjector
Sets the view matrix and computes the inverse of the view matrix.
setViewMatrix(vm:org.un.flex.utils.geom:IIsometry) — Method in class org.un.flex.utils.geom.PoincareProjector
Sets the view matrix and computes the inverse of the view matrix.
showHistory — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
This property controls whether to show the history of root nodes (or focused nodes) or not.
showHistory — Property in class org.un.flex.graphLayout.visual.VisualGraph
This property controls whether to show the history of root nodes (or focused nodes) or not.
siblingSpreadDistance — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
sinh(x) — Static method in class org.un.flex.utils.Geometry
Returns sine hyperbolic function: sinh(x) = 0.5e^x-e^(-x)).
startAnimation() — Method in class org.un.flex.graphLayout.layout.AnimatedBaseLayouter
This method starts the animation according to the preset type in the _animationType variable.
startTimer() — Method in class org.un.flex.utils.StopWatch
Starts the timer.
stopTimer() — Method in class org.un.flex.utils.StopWatch
Stops the timer and returns the time elapsed since last start timer call.
StopWatch — Class in package org.un.flex.utils
This is a simple class to provide a timer function.
_stree — Property in class org.un.flex.graphLayout.layout.BaseLayouter
A spanning tree of the graph, since probably every layout will work on a spanning tree, we keep this one in this base class.
stringid — Property in interface org.un.flex.graphLayout.data.INode
Access to the string id of a node
stringid — Property in class org.un.flex.graphLayout.data.Node
Access to the string id of a node
subtractC(v:org.un.flex.utils.geom:ComplexNumber) — Method in class org.un.flex.utils.geom.ComplexNumber
Subtracts a complex number from this complex number.
subtype — Property in class org.un.flex.utils.events.VGraphEvent
Specifies the subtype of the event.
successors — Property in interface org.un.flex.graphLayout.data.INode
The Array containing all succeeding nodes, i.e.
successors — Property in class org.un.flex.graphLayout.data.Node
The Array containing all succeeding nodes, i.e.
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