| Package | com.asterisq.constellation.controllers |
| Interface | public interface IConstellationController extends flash.events.IEventDispatcher |
| Implementors | ConstellationController |
| Property | Defined by | ||
|---|---|---|---|
| constellation : IConstellation
The IConstellation instance which displays the graph data.
| IConstellationController | ||
| graphLoader : IGraphLoader
The IGraphLoader instance which provides the model data.
| IConstellationController | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new IConstellationController instance.
| IConstellationController | ||
| constellation | property |
constellation:IConstellation [read-write]The IConstellation instance which displays the graph data.
Implementation public function get constellation():IConstellation
public function set constellation(value:IConstellation):void
| graphLoader | property |
graphLoader:IGraphLoader [read-write]The IGraphLoader instance which provides the model data.
Implementation public function get graphLoader():IGraphLoader
public function set graphLoader(value:IGraphLoader):void