Packagecom.asterisq.graph.loaders
Interfacepublic interface ITreeGraphLoader extends IGraphLoader, flash.events.IEventDispatcher
ImplementorsTreeGraphLoader

Interface for loading a tree of graph data. The tree is defined by a root node and a depth.



Public Properties
 PropertyDefined by
 InheriteddataProvider : IGraph
The graph to which the loaded data is added
IGraphLoader
 InheritedgraphParser : IGraphParser
The IGraphParser instance used to parse the graph.
IGraphLoader
Public Methods
 MethodDefined by
 Inherited
load():void
Starts loading the graph.
IGraphLoader
  
loadTree(rootNodeID:String, depth:int):void
Loads a tree of graph data from the server.
ITreeGraphLoader
Method detail
loadTree()method
public function loadTree(rootNodeID:String, depth:int):void

Loads a tree of graph data from the server. The tree is defined by a root node ID and the depth of the tree.

Parameters
rootNodeID:String
 
depth:int