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  
rad2deg(a) — Static method in class org.un.flex.utils.Geometry
Turns an angle given in radians into degrees
rawview — Property in interface org.un.flex.graphLayout.visual.IVisualNode
Same as 'view', only exists as a legacy function and will vanish eventually.
rawview — Property in class org.un.flex.graphLayout.visual.VisualNode
Same as 'view', only exists as a legacy function and will vanish eventually.
_real — Property in class org.un.flex.utils.geom.ComplexNumber
The real part of the complex number.
real — Property in class org.un.flex.utils.geom.ComplexNumber
Returns the real part of the complex number.
reciprocal() — Method in class org.un.flex.utils.geom.ComplexNumber
Sets this complex number to its reciprocal.
redrawEdges() — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
This forces a redraw of all edges
redrawEdges() — Method in class org.un.flex.graphLayout.visual.VisualGraph
Redraw all edges, this is called from the updateDisplayList() method.
refresh() — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
refresh() — Method in interface org.un.flex.graphLayout.visual.IVisualNode
This method updates the internal coordinates of the visual node with the current coordinates of the visual node's view (i.e.
refresh() — Method in class org.un.flex.graphLayout.visual.VisualGraph
refresh() — Method in class org.un.flex.graphLayout.visual.VisualNode
This method updates the internal coordinates of the visual node with the current coordinates of the visual node's view (i.e.
refreshInit() — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
refreshInit() — Method in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
In this implementation, this method resets the damper value.
refreshInit() — Method in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
This is an initialisation method to do any kind of initialisation before a layout pass.
refreshInit() — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
This is an initialisation method to do any kind of initialisation before a layout pass.
refreshInit() — Method in class org.un.flex.graphLayout.layout.ISOMLayouter
relativeEdgeMagnitude — Property in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
This property describes the relation or scale for the specified edge flow values.
relativeEdgeMagnitude — Property in class org.un.flex.graphLayout.visual.FlowEdgeRenderer
This property describes the relation or scale for the specified edge flow values.
relativeHeight — Property in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
Access the relative height for the y coordinates specified.
relativeOrigin — Property in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
Access the relative origin, which will result in an offset for each coordinate, default is (0,0);
relativeWidth — Property in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
Access the relative width for the x coordinates specified.
removeEdge(e:org.un.flex.graphLayout.data:IEdge) — Method in class org.un.flex.graphLayout.data.Graph
Removes an edge between two nodes.
removeEdge(e:org.un.flex.graphLayout.data:IEdge) — Method in interface org.un.flex.graphLayout.data.IGraph
Removes an edge between two nodes.
removeInEdge(e:org.un.flex.graphLayout.data:IEdge) — Method in interface org.un.flex.graphLayout.data.INode
Removes an edge from the list of incoming edges of this node.
removeInEdge(e:org.un.flex.graphLayout.data:IEdge) — Method in class org.un.flex.graphLayout.data.Node
Removes an edge from the list of incoming edges of this node.
removeItemEffect — Property in class org.un.flex.graphLayout.visual.VisualGraph
If set, this effect will be applied if a view is removed (e.g.
removeNode(n:org.un.flex.graphLayout.data:INode) — Method in class org.un.flex.graphLayout.data.Graph
Removes a node from the graph.
removeNode(n:org.un.flex.graphLayout.data:INode) — Method in interface org.un.flex.graphLayout.data.IGraph
Removes a node from the graph.
removeNode(vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Removes a node from this VisualGraph.
removeNode(vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.visual.VisualGraph
Removes a node from this VisualGraph.
removeOutEdge(e:org.un.flex.graphLayout.data:IEdge) — Method in interface org.un.flex.graphLayout.data.INode
Removes an edge from the list of outgiong edges of this node.
removeOutEdge(e:org.un.flex.graphLayout.data:IEdge) — Method in class org.un.flex.graphLayout.data.Node
Removes an edge from the list of outgiong edges of this node.
resetAll() — Method in class org.un.flex.graphLayout.layout.AnimatedBaseLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.CircularLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.ConcentricRadialLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
Reset all layouting parameters, which may be required during a significant layout change.
resetAll() — Method in class org.un.flex.graphLayout.layout.HierarchicalLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.ISOMLayouter
resetAll() — Method in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
Reset all layouting parameters, which may be required during a significant layout change.
resetAll() — Method in class org.un.flex.graphLayout.layout.ParentCenteredRadialLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAll() — Method in class org.un.flex.graphLayout.layout.PhylloTreeLayouter
This should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it.
resetAnimation() — Method in class org.un.flex.graphLayout.layout.AnimatedBaseLayouter
Reset/Reinitialise animation related variables.
restricted — Property in class org.un.flex.graphLayout.data.GTree
Indicating flag if the returned tree is restricted to currently invisible nodes.
restricted — Property in interface org.un.flex.graphLayout.data.IGTree
Indicating flag if the returned tree is restricted to currently invisible nodes.
rigidity — Property in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
This is a local parameter specific to this layouter, that may be accessed from outside, if required.
root — Property in class org.un.flex.graphLayout.data.GTree
access to the current root node of the tree.
root — Property in interface org.un.flex.graphLayout.data.IGTree
access to the current root node of the tree.
_root — Property in class org.un.flex.graphLayout.layout.BaseLayouter
The current root node of the layout.
rootR — Property in class org.un.flex.graphLayout.layout.ParentCenteredDrawingModel
Access to the starting polar radius of the layout.
rootR — Property in class org.un.flex.graphLayout.layout.PhylloTreeDrawingModel
Access to the starting polar radius of the layout.
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