Packagecom.asterisq.constellation.controllers
Interfacepublic interface IConstellationController extends flash.events.IEventDispatcher
ImplementorsConstellationController

An interface for controlling interaction between an IGraphLoader and IConstellation. The Constellation controller uses an IConstellation instance to display graph data loaded by an IGraphLoader instance. The controller also handles UI events originating from the IConstellation instance.



Public Properties
 PropertyDefined by
  constellation : IConstellation
The IConstellation instance which displays the graph data.
IConstellationController
  graphLoader : IGraphLoader
The IGraphLoader instance which provides the model data.
IConstellationController
Public Methods
 MethodDefined by
  
Creates a new IConstellationController instance.
IConstellationController
Property detail
constellationproperty
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
graphLoaderproperty 
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