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  
base — Property in class org.un.flex.utils.geom.ComplexVector
Returns the base (point) of the vector.
base — Property in interface org.un.flex.utils.geom.IVector
Returns the base (point) of the vector.
BaseLayoutDrawing — Class in package org.un.flex.graphLayout.layout
This is a base class to hold layout drawing information like target coordinates for all nodes, access to polar and cartesian versions of those coordinates and an origin offset.
BaseLayoutDrawing() — Constructor in class org.un.flex.graphLayout.layout.BaseLayoutDrawing
The constructor just initializes the internal data structures.
BaseLayouter — Class in package org.un.flex.graphLayout.layout
This is an base class to various layout implementations it does not really do any layouting but implements everything required by the Interface.
BaseLayouter(vg:org.un.flex.graphLayout.visual:IVisualGraph) — Constructor in class org.un.flex.graphLayout.layout.BaseLayouter
The constructor initializes the layouter and may assign already a VisualGraph object, but this can also be set later.
BaseModel — Class in package org.un.flex.utils.geom
This class provides a skeleton implementation of the Model interface to minimize the effort to implement a new model.
bendingDegree — Property in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
This property describes the deviation of the bending point.
bendingDirection — Property in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
This property describes whether all the deviations should turn left or right.
BEND_LEFT — Constant static property in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
constant to describe that the bending should be left.
BEND_RIGHT — Constant static property in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
constant to describe that the bending should be right.
bgDragContinue(event) — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
bgDragContinue(event) — Method in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
Notifies the layouter of a background drag-in-process event, in case it wants to react to that in special way.
bgDragContinue(event) — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Notifies the layouter of a background drag-in-process event, in case it wants to react to that in special way.
bgDragEvent(event) — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
bgDragEvent(event) — Method in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
Notifies the layouter of a backgroung drag event, in case it wants to react to that in special way.
bgDragEvent(event) — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Notifies the layouter of a backgroung drag event, in case it wants to react to that in special way.
bgDropEvent(event) — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
bgDropEvent(event) — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Notifies the layouter of a background drop event, in case it wants to react to that in special way.
breadth — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
Set the spacing between the nodes within a layer.
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