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  
c — Property in class org.un.flex.utils.geom.PoincareIsometry
Returns point C (Complex Number) of the Isometry.
calcNodesBoundingBox() — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Calculate and return the current bounding box of all visible nodes.
calcNodesBoundingBox() — Method in class org.un.flex.graphLayout.visual.VisualGraph
Calculate and return the current bounding box of all visible nodes.
calculateLayout() — Method in class org.un.flex.graphLayout.layout.ForceDirectedLayouter
Layout Methods - Computational Methods
calculateLayout() — Method in class org.un.flex.graphLayout.layout.Hyperbolic2DLayouter
calculateLayout() — Method in class org.un.flex.graphLayout.layout.ISOMLayouter
Layout Methods - Computational Methods
calculateLayout() — Method in class org.un.flex.graphLayout.layout.IterativeBaseLayouter
Calculation step of the layout.
cartFromPolar(r, a) — Static method in class org.un.flex.utils.Geometry
Calculate cartesian coordinates from polar coordinates, again this uses the polar method from the Point class, here for completeness.
cartFromPolarDeg(r, a) — Static method in class org.un.flex.utils.Geometry
Calculate cartesian coordinates from polar coordinates, again this uses the polar method from the Point class, here for completeness.
center — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Provide access to the center point of the VGraph's drawing surface, used by layouters to properly center their layout.
center — Property in class org.un.flex.graphLayout.visual.VisualGraph
Provide access to the center point of the VGraph's drawing surface, used by layouters to properly center their layout.
center(p, d, oneStep) — Method in class org.un.flex.utils.geom.PoincareProjector
Returns a sequence of steps to move a point p (Display) to the centre of the display object d.
centered — Property in interface org.un.flex.graphLayout.visual.IVisualNode
Property to indicate if the node should be centered around it's geometrical center (i.e.
centered — Property in class org.un.flex.graphLayout.visual.VisualNode
Property to indicate if the node should be centered around it's geometrical center (i.e.
centeredLayout — Property in class org.un.flex.graphLayout.layout.BaseLayoutDrawing
Specifies if the center offset should be applied or not.
centeredLayout — Property in class org.un.flex.graphLayout.layout.DirectPlacementLayouter
defines if the vgraph's center offset should be applied.
centerOffset — Property in class org.un.flex.graphLayout.layout.BaseLayoutDrawing
Access to the offset of the center of the layout.
centerP(ip:org.un.flex.utils.geom:IPoint, d, oneStep) — Method in class org.un.flex.utils.geom.PoincareProjector
Returns a sequence of steps to move an IPoint ip (Poincare) to the centre of the display object d.
CircularEdgeRenderer — Class in package org.un.flex.graphLayout.visual
This is the edge renderer for circular layout, which draws the edges as curved lines from one node to another.
CircularLayouter — Class in package org.un.flex.graphLayout.layout
This is an implementation of the circular layout - all visible nodes are arranged in a circle
CircularLayouter(vg:org.un.flex.graphLayout.visual:IVisualGraph) — Constructor in class org.un.flex.graphLayout.layout.CircularLayouter
The constructor only initialises some data structures.
clearHistory() — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Clears the current history of root nodes.
clearHistory() — Method in class org.un.flex.graphLayout.visual.VisualGraph
Clears the current history of root nodes.
clone() — Method in class org.un.flex.utils.geom.ComplexNumber
Creates a deep copy of the Point.
clone() — Method in class org.un.flex.utils.geom.ComplexVector
Creates a deep copy of the vector.
clone() — Method in interface org.un.flex.utils.geom.IIsometry
Creates a deep copy of this isometry.
clone() — Method in interface org.un.flex.utils.geom.IPoint
Creates a deep copy of the Point.
clone() — Method in interface org.un.flex.utils.geom.IVector
Creates a deep copy of the vector.
clone() — Method in class org.un.flex.utils.geom.PoincareIsometry
Creates a deep copy of this isometry.
commit() — Method in interface org.un.flex.graphLayout.visual.IVisualNode
This method set the coordinates of the visual node's view to the internal coordinates of the visual node, thus effectively placing the view at the point where the visual coordinates point to.
commit() — Method in class org.un.flex.graphLayout.visual.VisualNode
This method set the coordinates of the visual node's view to the internal coordinates of the visual node, thus effectively placing the view at the point where the visual coordinates point to.
compareNodesFunction — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
ComplexNumber — Class in package org.un.flex.utils.geom
Implements a complex number as a point and certain common methods for complex geometry.
ComplexNumber(r, i) — Constructor in class org.un.flex.utils.geom.ComplexNumber
Creates a complex number with the given real and imaginary part.
ComplexVector — Class in package org.un.flex.utils.geom
This is an implementation of the interface IVector for the complex plane, i.e.
ComplexVector(base:org.un.flex.utils.geom:ComplexNumber, dir:org.un.flex.utils.geom:ComplexNumber) — Constructor in class org.un.flex.utils.geom.ComplexVector
Constructor of ComplexVector
ConcentricRadialLayoutDrawing — Class in package org.un.flex.graphLayout.layout
This class holds all the parameters needed for a drawing representation of a graph drawing with a Concentric Radial Layout and corresponding access methods It actually represents a calculated layout.
ConcentricRadialLayoutDrawing() — Constructor in class org.un.flex.graphLayout.layout.ConcentricRadialLayoutDrawing
The constructor just initializes the internal data structures.
ConcentricRadialLayouter — Class in package org.un.flex.graphLayout.layout
This is an implementation of the generic radial layout algorithm that uses concentric rings for the distance.
ConcentricRadialLayouter(vg:org.un.flex.graphLayout.visual:IVisualGraph) — Constructor in class org.un.flex.graphLayout.layout.ConcentricRadialLayouter
The constructor initializes the layouter and may assign already a VisualGraph object, but this can also be set later.
conjugate() — Method in class org.un.flex.utils.geom.ComplexNumber
Conjugates the complex number (negates the imaginary part.)
cosh(x) — Static method in class org.un.flex.utils.Geometry
Returns cosine hyperbolic function: cosh(x) = 0.5e^x+e^(-x)).
createGraph(id, directional, xmlsource, xmlnames) — Static method in class org.un.flex.graphLayout.data.Graph
A static factory method to create new graphs, but requires an xmlsource to be specified.
createNode(sid, o) — Method in class org.un.flex.graphLayout.data.Graph
Creates a graph node in the graph, optionally takes a string id for the node and an object to associate the node with.
createNode(sid, o) — Method in interface org.un.flex.graphLayout.data.IGraph
Creates a graph node in the graph, optionally takes a string id for the node and an object to associate the node with.
createNode(sid, o) — Method in interface org.un.flex.graphLayout.visual.IVisualGraph
Create a new Node in this VisualGraph, this automatically creates an underlying Node in the Graph object.
createNode(sid, o) — Method in class org.un.flex.graphLayout.visual.VisualGraph
Create a new Node in this VisualGraph, this automatically creates an underlying Node in the Graph object.
currentDrawing — Property in class org.un.flex.graphLayout.layout.AnimatedBaseLayouter
Allow to set the reference to the drawing object from derived classes.
currentDrawing — Property in class org.un.flex.graphLayout.layout.BaseLayouter
Allow to set the reference to the drawing object from derived classes.
currentRootSID — Property in class org.un.flex.graphLayout.visual.VisualGraph
This was added for testing.
currentRootVNode — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Set or get the current root node (or focused node).
currentRootVNode — Property in class org.un.flex.graphLayout.visual.VisualGraph
Set or get the current root node (or focused 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