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  
newNodesDefaultVisible — Property in class org.un.flex.graphLayout.visual.VisualGraph
Default visibility setting for new nodes.
node — Property in interface org.un.flex.graphLayout.visual.IVisualNode
Property for access to the associated graph node of this visual node.
node — Property in class org.un.flex.graphLayout.visual.VisualNode
Property for access to the associated graph node of this visual node.
Node — Class in package org.un.flex.graphLayout.data
Implements the Node data structure, which is part of a graph.
Node(id, sid, vn:org.un.flex.graphLayout.visual:IVisualNode, o) — Constructor in class org.un.flex.graphLayout.data.Node
The constructor assigns the two ids and may also be used to associate a VisualNode and/or a data object.
node1 — Property in class org.un.flex.graphLayout.data.Edge
The first node associated with this edge.
node1 — Property in interface org.un.flex.graphLayout.data.IEdge
The first node associated with this edge.
node2 — Property in class org.un.flex.graphLayout.data.Edge
The second node associated with this edge.
node2 — Property in interface org.un.flex.graphLayout.data.IEdge
The second node associated with this edge.
nodeById(id) — Method in class org.un.flex.graphLayout.data.Graph
A lookup to find a node by it's (int) id.
nodeById(id) — Method in interface org.un.flex.graphLayout.data.IGraph
A lookup to find a node by it's (int) id.
nodeByStringId(sid) — Method in class org.un.flex.graphLayout.data.Graph
A lookup to find a node by it's string id.
nodeByStringId(sid) — Method in interface org.un.flex.graphLayout.data.IGraph
A lookup to find a node by it's string id.
nodeDataValid(n:org.un.flex.graphLayout.data:INode) — Method in class org.un.flex.graphLayout.layout.BaseLayoutDrawing
indicates if the data set for a given node is currently valid.
nodes — Property in class org.un.flex.graphLayout.data.Graph
An Array that contains all nodes of the graph.
nodes — Property in interface org.un.flex.graphLayout.data.IGraph
An Array that contains all nodes of the graph.
nodeSortFunction — Property in class org.un.flex.graphLayout.data.Graph
Provide a method to sort nodes in a graph.
nodeSortFunction — Property in interface org.un.flex.graphLayout.data.IGraph
Provide a method to sort nodes in a graph.
noEdges — Property in class org.un.flex.graphLayout.data.Graph
The number of edges in the graph.
noEdges — Property in interface org.un.flex.graphLayout.data.IGraph
The number of edges in the graph.
noNodes — Property in class org.un.flex.graphLayout.data.Graph
The number of nodes in the graph.
noNodes — Property in interface org.un.flex.graphLayout.data.IGraph
The number of nodes in the graph.
norm() — Method in class org.un.flex.utils.geom.ComplexNumber
Return the norm of the complex number.
norm2() — Method in class org.un.flex.utils.geom.ComplexNumber
Return the squared norm of the complex number.
normaliseAngle(a) — Static method in class org.un.flex.utils.Geometry
Normalizes angles to be within the range of 0 to 2I by adding or subtracting 2 PI until the angle is within the range.
normaliseAngleDeg(a) — Static method in class org.un.flex.utils.Geometry
Normalizes angles to be within the range of 0 to 360 by adding or subtracting 360 until the angle is within the range.
normalize() — Method in class org.un.flex.utils.geom.ComplexNumber
Normalizes the complex number so that it's length is 1.
noVisibleVNodes — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Returns the number of currently visible nodes.
noVisibleVNodes — Property in class org.un.flex.graphLayout.visual.VisualGraph
Returns the number of currently visible nodes.
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