Packagecom.asterisq.graph
Classpublic class Node
InheritanceNode Inheritance GraphItem Inheritance flash.events.EventDispatcher
ImplementsINode
SubclassesLinkedNode

A class representing a node in a graph



Public Properties
 PropertyDefined by
 Inheriteddata : Object
GraphItem
 Inheritedid : String
GraphItem
Public Methods
 MethodDefined by
  
Node(id:String = null, data:Object = null)
Creates a new node.
Node
 Inherited
getDataProperty(propertyName:String):*
Fetches the value of a particular property of this graph item's data.
GraphItem
 Inherited
setDataProperty(propertyName:String, value:*):void
Sets the value of a particular property of this graph item's data.
GraphItem
  
toString():String
Node
Constructor detail
Node()constructor
public function Node(id:String = null, data:Object = null)

Creates a new node.

Parameters
id:String (default = null)
 
data:Object (default = null)
Method detail
toString()method
public override function toString():String

Returns
String