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  
labelView — Property in interface org.un.flex.graphLayout.visual.IVisualEdge
Access to an associated UIComponent to display a label.
labelView — Property in class org.un.flex.graphLayout.visual.VisualEdge
Access to an associated UIComponent to display a label.
layerMargin — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
_layoutChanged — Property in class org.un.flex.graphLayout.layout.BaseLayouter
This keeps track if the layout has changed and can be accessed by any derived layouter.
layoutChanged — Property in class org.un.flex.graphLayout.layout.BaseLayouter
layoutChanged — Property in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Indicator if the layout has changed or not.
layouter — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Access to the layouter to be used for the layout of the graph.
layouter — Property in class org.un.flex.graphLayout.visual.VisualGraph
Access to the layouter to be used for the layout of the graph.
layoutIteration() — Method in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
Do a full calculation iteration of the layout.
layoutPass() — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP in the BaseLayouter class and always returns true.
layoutPass() — Method in class org.un.flex.graphLayout.layout.CircularLayouter
This main interface method computes and and executes the new layout.
layoutPass() — Method in class org.un.flex.graphLayout.layout.ConcentricRadialLayouter
This is the main method of the layouter, that actually implements the calculation of the layout.
layoutPass() — Method in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
This main interface method computes and and executes the new layout.
layoutPass() — Method in class org.un.flex.graphLayout.layout.HierarchicalLayouter
This main interface method computes and and executes the new layout.
layoutPass() — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
This is the main method of the layouter, that actually implements the calculation of the layout.
layoutPass() — Method in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
This is the actual method that does a layout pass.
layoutPass() — Method in class org.un.flex.graphLayout.layout.ParentCenteredRadialLayouter
This main interface method computes and and executes the new layout.
layoutPass() — Method in class org.un.flex.graphLayout.layout.PhylloTreeLayouter
This main interface method computes and and executes the new layout.
length(v:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.BaseModel
Returns the length of the vector.
length(v:org.un.flex.utils.geom:IVector) — Method in interface org.un.flex.utils.geom.IModel
Returns the length of the vector.
length(v:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.PoincareModel
Returns the length of the vector.
length2(v:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.BaseModel
Returns the squared length of the vector.
length2(v:org.un.flex.utils.geom:IVector) — Method in interface org.un.flex.utils.geom.IModel
Returns the squared length of the vector.
length2(v:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.PoincareModel
Returns the squared length of the vector.
lineStyle — Property in interface org.un.flex.graphLayout.visual.IVisualEdge
Set the lineStyle of the edge.
lineStyle — Property in class org.un.flex.graphLayout.visual.VisualEdge
link(node1:org.un.flex.graphLayout.data:INode, node2:org.un.flex.graphLayout.data:INode, o) — Method in class org.un.flex.graphLayout.data.Graph
Link two nodes together (i.e.
link(node1:org.un.flex.graphLayout.data:INode, node2:org.un.flex.graphLayout.data:INode, o) — Method in interface org.un.flex.graphLayout.data.IGraph
Link two nodes together (i.e.
linkLength — Property in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP in the BaseLayouter class.
linkLength — Property in class org.un.flex.graphLayout.layout.CircularLayouter
linkLength — Property in class org.un.flex.graphLayout.layout.ConcentricRadialLayouter
Access to a value that controls the length of links (or rather edges).
linkLength — Property in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
Access to a value that controls the length of links (or rather edges).
linkLength — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
linkLength — Property in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Access to a value that controls the length of links (or rather edges).
linkLength — Property in class org.un.flex.graphLayout.layout.ParentCenteredRadialLayouter
linkLength — Property in class org.un.flex.graphLayout.layout.PhylloTreeLayouter
linkNodes(v1:org.un.flex.graphLayout.visual:IVisualNode, v2:org.un.flex.graphLayout.visual:IVisualNode) — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Links two nodes, thus creating an edge.
linkNodes(v1:org.un.flex.graphLayout.visual:IVisualNode, v2:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.visual.VisualGraph
Links two nodes, thus creating an edge.
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