Packagecom.asterisq.graph.views
Interfacepublic interface IGraphView extends flash.events.IEventDispatcher
ImplementorsChainedGraphView, CustomFilterGraphView, DelayedTreeGraphView, MaxNeighborsGraphView, MaxNodesGraphView, MultiPathGraphView, MultiTreeGraphView, SynchronizedGraphView, TreeGraphView

Interface for a view of a graph.



Public Properties
 PropertyDefined by
  model : IGraph
The graph data from which the contents of this view is calculated.
IGraphView
  view : IGraph
The calculated view.
IGraphView
Property detail
modelproperty
model:IGraph  [read-write]

The graph data from which the contents of this view is calculated.

Implementation
    public function get model():IGraph
    public function set model(value:IGraph):void
viewproperty 
view:IGraph  [read-write]

The calculated view.

Implementation
    public function get view():IGraph
    public function set view(value:IGraph):void