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  
edge — Property in interface org.un.flex.graphLayout.visual.IVisualEdge
Access to the associated graph Edge.
edge — Property in class org.un.flex.graphLayout.visual.VisualEdge
Access to the associated Graph Edge.
Edge — Class in package org.un.flex.graphLayout.data
Edge class that implements the IEdge interface an edge has an id, two nodes a potential data object and may be associated with an IVisualEdge
Edge(graph:org.un.flex.graphLayout.data:IGraph, ve:org.un.flex.graphLayout.visual:IVisualEdge, id, node1:org.un.flex.graphLayout.data:INode, node2:org.un.flex.graphLayout.data:INode, data) — Constructor in class org.un.flex.graphLayout.data.Edge
constructor for an Edge
edgeLabelRenderer — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Allow to provide an EdgeLabelRenderer in order to display edge labels.
edgeLabelRenderer — Property in class org.un.flex.graphLayout.visual.VisualGraph
Allow to provide an EdgeLabelRenderer in order to display edge labels.
edgeRenderer — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Allow the provision of an EdgeRenderer to allow drawing of edges in a customised way.
edgeRenderer — Property in class org.un.flex.graphLayout.visual.VisualGraph
Allow the provision of an EdgeRenderer to allow drawing of edges in a customised way.
edges — Property in class org.un.flex.graphLayout.data.Graph
An Array that contains all edges of the graph.
edges — Property in interface org.un.flex.graphLayout.data.IGraph
An Array that contains all edges of the graph.
enableSiblingSpread — Property in class org.un.flex.graphLayout.layout.HierarchicalLayouter
Enable a spreading out of sibling nodes to make labels more legible in some cases.
equal(p1, p2) — Static method in class org.un.flex.utils.GraphicUtils
Function that tests if two points are equal within tolerance The current tolerance limit is (1, 1) - same as pixel resolution on screen
equals(z) — Method in class org.un.flex.utils.geom.ComplexNumber
Returns true if the parameter object is equals to this and false otherwise.
equals(obj) — Method in interface org.un.flex.utils.geom.IIsometry
Returns true if the parameter object is equals to this and false otherwise.
equals(obj) — Method in interface org.un.flex.utils.geom.IPoint
Returns true if the parameter object is equals to this and false otherwise.
equals(obj) — Method in class org.un.flex.utils.geom.PoincareIsometry
Returns true if the parameter object is equals to this and false otherwise.
exp(v:org.un.flex.utils.geom:IVector, length) — Method in class org.un.flex.utils.geom.BaseModel
Calculates the exponent of the vector maintaining the same direction as the vector
exp(v:org.un.flex.utils.geom:IVector, length) — Method in interface org.un.flex.utils.geom.IModel
Calculates the exponent of the vector maintaining the same direction as the vector
exp(vector:org.un.flex.utils.geom:IVector, length) — Method in class org.un.flex.utils.geom.PoincareModel
Calculates the exponent of the vector maintaining the same direction as the vector
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