| Package | com.asterisq.graph.views |
| Interface | public interface IGraphView extends flash.events.IEventDispatcher |
| Implementors | ChainedGraphView, CustomFilterGraphView, DelayedTreeGraphView, MaxNeighborsGraphView, MaxNodesGraphView, MultiPathGraphView, MultiTreeGraphView, SynchronizedGraphView, TreeGraphView |
| Property | Defined by | ||
|---|---|---|---|
| model : IGraph
The graph data from which the contents of this view is calculated.
| IGraphView | ||
| view : IGraph
The calculated view.
| IGraphView | ||
| model | property |
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
| view | property |
view:IGraph [read-write]The calculated view.
Implementation public function get view():IGraph
public function set view(value:IGraph):void