| Package | org.un.flex.graphLayout.visual |
| Interface | public interface IVisualItem |
| Subinterfaces | IVisualEdge, IVisualNode |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
Access to the items data object.
| IVisualItem | ||
| id : int [read-only]
Access to the item's unique id.
| IVisualItem | ||
| vgraph : IVisualGraph
[read-only]
Access to the associated VisualGraph of this item.
| IVisualItem | ||
| data | property |
data:Object [read-write]Access to the items data object.
Implementation public function get data():Object
public function set data(value:Object):void
| id | property |
id:int [read-only]Access to the item's unique id. Every item has one. This interface does not support the direct setting of the id, this should rather happen through the constructor.
Implementation public function get id():int
| vgraph | property |
vgraph:IVisualGraph [read-only]Access to the associated VisualGraph of this item.
Implementation public function get vgraph():IVisualGraph