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  
maxBaseWidth — Property in class org.un.flex.graphLayout.visual.FlowCurveEdgeRenderer
This property describes the default maximum base width of the flow.
maxBaseWidth — Property in class org.un.flex.graphLayout.visual.FlowEdgeRenderer
This property describes the default maximum base width of the flow.
maxDepth — Property in class org.un.flex.graphLayout.data.GTree
The maximum depth of the tree, which is the maximum distance of any node from the root
maxDepth — Property in interface org.un.flex.graphLayout.data.IGTree
The maximum depth of the tree, which is the maximum distance of any node from the root
maxNumberPerLayer — Property in class org.un.flex.graphLayout.data.GTree
maxNumberPerLayer — Property in interface org.un.flex.graphLayout.data.IGTree
This is the maximum number of nodes at any distance, i.e.
maxVisibleDistance — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Limit the currently visible nodes to those in a limited distance (in terms of degrees of separation) from the current root node.
maxVisibleDistance — Property in class org.un.flex.graphLayout.visual.VisualGraph
Limit the currently visible nodes to those in a limited distance (in terms of degrees of separation) from the current root node.
MINIMUM_NODE_HEIGHT — Constant static property in class org.un.flex.graphLayout.layout.BaseLayouter
The default minimum node height to be used if the exact node height cannot be determined yet.
MINIMUM_NODE_WIDTH — Constant static property in class org.un.flex.graphLayout.layout.BaseLayouter
The default minimum node width to be used if the exact node height cannot be determined yet.
move(p1, p2, d, oneStep) — Method in class org.un.flex.utils.geom.PoincareProjector
Returns a sequence of steps to move a Point p1 to a point p2.
moveable — Property in interface org.un.flex.graphLayout.visual.IVisualNode
This specifies if a node is moveable.
moveable — Property in class org.un.flex.graphLayout.visual.VisualNode
This specifies if a node is moveable.
moveNodeInDrag — Property in class org.un.flex.graphLayout.visual.VisualGraph
moveP(ip1:org.un.flex.utils.geom:IPoint, p2, d, oneStep) — Method in class org.un.flex.utils.geom.PoincareProjector
Returns a sequence of steps to move an IPoint ip1 (Poincare) to a point p2.
multiplyC(v:org.un.flex.utils.geom:ComplexNumber) — Method in class org.un.flex.utils.geom.ComplexNumber
Multiplies a complex number with this complex number.
multiplyF(r) — Method in class org.un.flex.utils.geom.ComplexNumber
Multiplies a real number with this complex number.
multiplyLeft(isometry:org.un.flex.utils.geom:IIsometry) — Method in interface org.un.flex.utils.geom.IIsometry
Multiplies the given isometry with this isometry (to the left) and store the result: this = isometry this
multiplyLeft(isometry:org.un.flex.utils.geom:IIsometry) — Method in class org.un.flex.utils.geom.PoincareIsometry
Multiplies the given isometry with this isometry (to the left) and store the result: this = isometry this
multiplyRight(isometry:org.un.flex.utils.geom:IIsometry) — Method in interface org.un.flex.utils.geom.IIsometry
Multiplies this isometry with the given isometry (to the right) and store the result: this = this isometry
multiplyRight(isometry:org.un.flex.utils.geom:IIsometry) — Method in class org.un.flex.utils.geom.PoincareIsometry
Multiplies this isometry with the given isometry (to the right) and store the result: this = this isometry
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