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  
dampingActive — Property in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
This is a specific method for this layouter and specifies if damping should be used or not.
data — Property in class org.un.flex.graphLayout.data.Edge
Access to the associated data object with this edge, in many cases an XML object is used.
data — Property in interface org.un.flex.graphLayout.data.IDataItem
Access to the data object associated with any item.
data — Property in class org.un.flex.graphLayout.data.Node
data — Property in interface org.un.flex.graphLayout.visual.IVisualItem
Access to the items data object.
data — Property in class org.un.flex.graphLayout.visual.VisualEdge
Access to the data object.
data — Property in class org.un.flex.graphLayout.visual.VisualNode
Access to the items data object.
DefaultEdgeRenderer — Class in package org.un.flex.graphLayout.visual
This is the default edge renderer, which draws the edges as straight lines from one node to another.
DEFAULT_MARGIN — Constant static property in class org.un.flex.graphLayout.layout.BaseLayouter
The default margin to be considered when using autoFit.
DEFAULTNAME_EDGE — Constant static property in class org.un.flex.graphLayout.data.Graph
The default XML tagname of an XML item that defines an edge.
DEFAULTNAME_FROMID — Constant static property in class org.un.flex.graphLayout.data.Graph
The default XML attribute of an XML edge item that describes the from node.
DEFAULTNAME_NODE — Constant static property in class org.un.flex.graphLayout.data.Graph
The default XML tagname of an XML item that defines a node.
DEFAULTNAME_TOID — Constant static property in class org.un.flex.graphLayout.data.Graph
The default XML attribute of an XML edge item that describes the to node.
DEFAULT_RADIUS — Constant static property in class org.un.flex.graphLayout.layout.ConcentricRadialLayouter
The default radius increase between the concentric circles.
deg2rad(a) — Static method in class org.un.flex.utils.Geometry
Turns an angle given in degrees into radians.
dir — Property in class org.un.flex.utils.geom.ComplexVector
Returns the direction (point) of the vector.
dir — Property in interface org.un.flex.utils.geom.IVector
Returns the direction (point) of the vector.
DirectedEdgeRenderer — Class in package org.un.flex.graphLayout.visual
This is a directed edge renderer, which draws the edges with slim ballon like curves that indicate a source.
DirectPlacementLayouter — Class in package org.un.flex.graphLayout.layout
This layouter does not use any algorithm for node placement, but relys on coordinate information (x,y-coordinates) specified in each nodes associated XML object.
DirectPlacementLayouter(vg:org.un.flex.graphLayout.visual:IVisualGraph) — Constructor in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
The constructor only initialises some data structures.
_disableAnimation — Property in class org.un.flex.graphLayout.layout.BaseLayouter
If set to true, animation is disabled and direct node location setting occurs (instantaneously).
disableAnimation — Property in class org.un.flex.graphLayout.layout.BaseLayouter
If set to true, animation is disabled and direct node location setting occurs (instantaneously).
disableAnimation — Property in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
If set to true, animation is disabled and direct node location setting occurs (instantaneously).
displayEdgeLabels — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Specify whether to display edge labels or not.
displayEdgeLabels — Property in class org.un.flex.graphLayout.visual.VisualGraph
Specify whether to display edge labels or not.
dist(z:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.BaseModel
Calculates the distance from z to the origin.
dist(z:org.un.flex.utils.geom:ComplexNumber) — Method in class org.un.flex.utils.geom.ComplexNumber
Return the distance from this to a complex number z.
dist(z:org.un.flex.utils.geom:IPoint) — Method in interface org.un.flex.utils.geom.IModel
Calculates the distance from z to the origin.
dist(z:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.PoincareModel
Calculates the distance from z to the origin.
dist2(z:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.BaseModel
Computes the squared distance from z to the origin.
dist2(z:org.un.flex.utils.geom:ComplexNumber) — Method in class org.un.flex.utils.geom.ComplexNumber
Return the squared distance from this to a complex number z.
dist2(z:org.un.flex.utils.geom:IPoint) — Method in interface org.un.flex.utils.geom.IModel
Computes the squared distance from z to the origin.
distanceGradient(base:org.un.flex.utils.geom:IPoint, z:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.BaseModel
Computes the gradient at basePoint of the distance functions to z, i.e.
distanceGradient(base:org.un.flex.utils.geom:IPoint, z:org.un.flex.utils.geom:IPoint) — Method in interface org.un.flex.utils.geom.IModel
Computes the gradient at basePoint of the distance functions to z, i.e.
distanceGradient(base:org.un.flex.utils.geom:IPoint, z:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.PoincareModel
Computes the gradient at basePoint of the distance functions to z, i.e.
distanceGradientV(base:org.un.flex.utils.geom:IPoint, z:org.un.flex.utils.geom:IPoint, gradient:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.BaseModel
Computes the gradient at basePoint of the distance functions to z, i.e.
distanceGradientV(base:org.un.flex.utils.geom:IPoint, z:org.un.flex.utils.geom:IPoint, gradient:org.un.flex.utils.geom:IVector) — Method in interface org.un.flex.utils.geom.IModel
Computes the gradient at basePoint of the distance functions to z, i.e.
distanceGradientV(base:org.un.flex.utils.geom:IPoint, z:org.un.flex.utils.geom:IPoint, gradient:org.un.flex.utils.geom:IVector) — Method in class org.un.flex.utils.geom.PoincareModel
Computes the gradient at basePoint of the distance functions to z, i.e.
distances — Property in class org.un.flex.graphLayout.data.GTree
The map that contains the distance for each node (keys are node objects, values are integers that indicate the distance (in hops) from the root node
distances — Property in interface org.un.flex.graphLayout.data.IGTree
The map that contains the distance for each node (keys are node objects, values are integers that indicate the distance (in hops) from the root node
distP(mp1:org.un.flex.utils.geom:IPoint, mp2:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.BaseModel
Computes the distance between two points.
distP(z1:org.un.flex.utils.geom:IPoint, z2:org.un.flex.utils.geom:IPoint) — Method in interface org.un.flex.utils.geom.IModel
Computes the distance between two points.
distP(mp1:org.un.flex.utils.geom:IPoint, mp2:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.PoincareModel
Computes the distance between two points.
distP2(mp1:org.un.flex.utils.geom:IPoint, mp2:org.un.flex.utils.geom:IPoint) — Method in class org.un.flex.utils.geom.BaseModel
Computes the squared distance between two points.
distP2(z1:org.un.flex.utils.geom:IPoint, z2:org.un.flex.utils.geom:IPoint) — Method in interface org.un.flex.utils.geom.IModel
Computes the squared distance between two points.
divideC(z:org.un.flex.utils.geom:ComplexNumber) — Method in class org.un.flex.utils.geom.ComplexNumber
Divides the complex number by another complex number.
divideF(r) — Method in class org.un.flex.utils.geom.ComplexNumber
Divides the complex number by a real number.
dragContinue(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
dragContinue(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
Mouse Event Handling Methods
dragContinue(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Notifies the layouter of a node dragging-in-process event, in case it wants to react to that in special way.
dragEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
dragEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Notifies the layouter of a node drag event, in case it wants to react to that in special way.
dragEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
This method notifies the layouter about a drag/drop operation.
dragLockCenter — Property in class org.un.flex.graphLayout.visual.VisualGraph
This property controls whether the mouse cursor should be locked in the dragged node's center or not.
_dragNode — Property in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.CircularEdgeRenderer
The draw function, i.e.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.DefaultEdgeRenderer
The draw function, i.e.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.DirectedEdgeRenderer
The draw function, i.e.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
The draw function, i.e.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.FlowEdgeRenderer
The draw function, i.e.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.HyperbolicEdgeRenderer
The draw function, i.e.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in interface org.un.flex.graphLayout.visual.IEdgeRenderer
Draws an edge.
draw() — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Calling this forces a full calculation and redraw of the layout including all edges.
draw(g, edge:org.un.flex.graphLayout.data:IEdge, displayLabel) — Method in class org.un.flex.graphLayout.visual.OrthogonalEdgeRenderer
The draw function, i.e.
draw() — Method in class org.un.flex.graphLayout.visual.VisualGraph
Calling this forces a full calculation and redraw of the layout including all edges.
drawArc(g, angleDelta, centerX, centerY, startX, startY) — Static method in class org.un.flex.utils.GraphicUtils
Draws an arc starting at P and subtending an angle at the center of the circle O, where:
angle = angleDelta
O = [centerX, centerY]
P = [startX, startY]
dropEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.BaseLayouter
This is a NOP for this layouter.
dropEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
Notifies the layouter of a node drop event, in case it wants to react to that in special way.
dropEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
Mouse Event Handling Methods
dropEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Notifies the layouter of a node drop event, in case it wants to react to that in special way.
dropEvent(event, vn:org.un.flex.graphLayout.visual:IVisualNode) — Method in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
If we receive a drop event, we delete the drag node.
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