| Package | org.un.flex.graphLayout.visual |
| Interface | public interface IVisualEdge extends IVisualItem |
| Implementors | VisualEdge |
| Property | Defined by | ||
|---|---|---|---|
![]() | data : Object
Access to the items data object.
| IVisualItem | |
| edge : IEdge
[read-only]
Access to the associated graph Edge.
| IVisualEdge | ||
![]() | id : int
Access to the item's unique id.
| IVisualItem | |
| labelView : UIComponent
Access to an associated UIComponent to
display a label.
| IVisualEdge | ||
| lineStyle : Object
Set the lineStyle of the edge.
| IVisualEdge | ||
![]() | vgraph : IVisualGraph
Access to the associated VisualGraph of this item.
| IVisualItem | |
| edge | property |
edge:IEdge [read-only]Access to the associated graph Edge.
Implementation public function get edge():IEdge
| labelView | property |
labelView:UIComponent [read-write]Access to an associated UIComponent to display a label.
Implementation public function get labelView():UIComponent
public function set labelView(value:UIComponent):void
| lineStyle | property |
lineStyle:Object [read-write]Set the lineStyle of the edge. The parameter passed must be an object, containing a mapping. The properties (keys) in the mapping must match the lineStyle() parameters of Graphics.
Implementation public function get lineStyle():Object
public function set lineStyle(value:Object):void
See also