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  
vedge — Property in class org.un.flex.graphLayout.data.Edge
Access to the associated VisualEdge of this Edge.
vedge — Property in interface org.un.flex.graphLayout.data.IEdge
Access to the associated VisualEdge of this Edge.
VEST_DEFAULT — Constant static property in class org.un.flex.utils.events.VGraphEvent
This subtype specifies some undefined general change.
VEST_LAYOUTER — Constant static property in class org.un.flex.utils.events.VGraphEvent
This subtype specifies that the layouter has changed.
_vgraph — Property in class org.un.flex.graphLayout.layout.BaseLayouter
All layouters need access to the VisualGraph.
vgraph — Property in class org.un.flex.graphLayout.layout.BaseLayouter
Assign a VisualGraph object to the layouter, every layouter will need one to work, some may also offer to set it in their constructor.
vgraph — Property in interface org.un.flex.graphLayout.layout.ILayoutAlgorithm
Assign a VisualGraph object to the layouter, every layouter will need one to work, some may also offer to set it in their constructor.
vgraph — Property in interface org.un.flex.graphLayout.visual.IVisualItem
Access to the associated VisualGraph of this item.
vgraph — Property in class org.un.flex.graphLayout.visual.VisualEdge
Access to the associated VisualGraph.
vgraph — Property in class org.un.flex.graphLayout.visual.VisualNode
Access to the associated VisualGraph, that this VisualNode lives in.
VGRAPH_CHANGED — Event in class org.un.flex.graphLayout.visual.VisualGraph
Dispatched when there is any change to the nodes and/or links of this graph.
VGRAPH_CHANGED — Constant static property in class org.un.flex.utils.events.VGraphEvent
This event type signals that something has changed in the VGraph.
VGraphEvent — Class in package org.un.flex.utils.events
VGraphEvent(type, bubbles, cancelable, subtype) — Constructor in class org.un.flex.utils.events.VGraphEvent
constructor, allows specification of event subtype
view — Property in interface org.un.flex.graphLayout.visual.IVisualNode
Access to a visual node's UIComponent (or view).
view — Property in class org.un.flex.graphLayout.visual.VisualNode
Access to a visual node's UIComponent (or view).
viewX — Property in interface org.un.flex.graphLayout.visual.IVisualNode
Convenient access to the X coordinate of a node's view (or UIComponent).
viewX — Property in class org.un.flex.graphLayout.visual.VisualNode
Convenient access to the X coordinate of a node's view (or UIComponent).
viewY — Property in interface org.un.flex.graphLayout.visual.IVisualNode
Convenient access to the Y coordinate of a node's view (or UIComponent).
viewY — Property in class org.un.flex.graphLayout.visual.VisualNode
Convenient access to the Y coordinate of a node's view (or UIComponent).
visibilityLimitActive — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Specifies if any visibility limits should be active or not.
visibilityLimitActive — Property in class org.un.flex.graphLayout.visual.VisualGraph
Specifies if any visibility limits should be active or not.
visibleEdges — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Provide access to a list of currently visible edges, i.e.
visibleEdges — Property in class org.un.flex.graphLayout.visual.VisualGraph
Provide access to a list of currently visible edges, i.e.
visibleVNodes — Property in interface org.un.flex.graphLayout.visual.IVisualGraph
Provide access to a list of currently visible VNodes.
visibleVNodes — Property in class org.un.flex.graphLayout.visual.VisualGraph
Provide access to a list of currently visible VNodes.
VisualEdge — Class in package org.un.flex.graphLayout.visual
A visual edge is just a representation of a graph edge in the VisualGraph context.
VisualEdge(vg:org.un.flex.graphLayout.visual:IVisualGraph, edge:org.un.flex.graphLayout.data:IEdge, id, data, lview, lStyle) — Constructor in class org.un.flex.graphLayout.visual.VisualEdge
The constructor initialiazes the edge and must be preset with almost all parameters.
VisualGraph — Class in package org.un.flex.graphLayout.visual
This component can visualize and layout a graph data structure in a Flex application.
VisualGraph() — Constructor in class org.un.flex.graphLayout.visual.VisualGraph
The constructor just initialises most data structures, but not all required.
VisualNode — Class in package org.un.flex.graphLayout.visual
The VisualNode to be used in the Graph.
VisualNode(vg:org.un.flex.graphLayout.visual:IVisualGraph, node:org.un.flex.graphLayout.data:INode, id, view, data, mv) — Constructor in class org.un.flex.graphLayout.visual.VisualNode
The constructor presets the VisualNode's data structures and requires most parameters already present.
vnode — Property in interface org.un.flex.graphLayout.data.INode
Access to the associated VisualNode object of this data node
vnode — Property in class org.un.flex.graphLayout.data.Node
Access to the associated VisualNode object of this data node
VNodeMouseEvent — Class in package org.un.flex.utils.events
VNodeMouseEvent(type, bubbles, cancelable, localX, localY, relatedObject, ctrlKey, altKey, shiftKey, buttonDown, delta) — Constructor in class org.un.flex.utils.events.VNodeMouseEvent
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