Packagecom.asterisq.graph
Interfacepublic interface INode extends IGraphItem, flash.events.IEventDispatcher
ImplementorsNode

Interface for a node in a graph.



Public Properties
 PropertyDefined by
 Inheriteddata : Object
The graph item's data.
IGraphItem
 Inheritedid : String
A permanent, unique identifier for this graph item.
IGraphItem
Public Methods
 MethodDefined by
 Inherited
getDataProperty(propertyName:String):*
Fetches the value of a particular property of this graph item's data.
IGraphItem
 Inherited
setDataProperty(propertyName:String, value:*):void
Sets the value of a particular property of this graph item's data.
IGraphItem