Constellation Framework API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface INode
Properties
|
Methods
Package
com.asterisq.graph
Interface
public interface INode extends
IGraphItem
,
flash.events.IEventDispatcher
Implementors
Node
Interface for a node in a graph.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
data
: Object
The graph item's data.
IGraphItem
id
: String
A permanent, unique identifier for this graph item.
IGraphItem
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
getDataProperty
(propertyName:String):*
Fetches the value of a particular property of this graph item's data.
IGraphItem
setDataProperty
(propertyName:String, value:*):void
Sets the value of a particular property of this graph item's data.
IGraphItem
All content copyright Asterisq Innovation © 2009.