| Package | com.asterisq.constellation.controllers |
| Class | public class ConstellationController |
| Inheritance | ConstellationController flash.events.EventDispatcher |
| Implements | IConstellationController |
| Property | Defined by | ||
|---|---|---|---|
| constellation : IConstellation
The IConstellation instance which displays the graph data.
| ConstellationController | ||
| graphLoader : IGraphLoader
The IGraphLoader instance which provides the model data.
| ConstellationController | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new constellation controller.
| ConstellationController | ||
|
fromXML(controllerElem:XML):ConstellationController
[static]
Creates an IConstellationController instance and initializes it with the given XML data.
| ConstellationController | ||
| Method | Defined by | ||
|---|---|---|---|
|
loadValuesFromXML(controllerElem:XML):void
Updates this controller with values from the given XML element.
| ConstellationController | ||
| 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
| ConstellationController | () | constructor |
public function ConstellationController()Creates a new constellation controller.
| fromXML | () | method |
public static function fromXML(controllerElem:XML):ConstellationController
Creates an IConstellationController instance and initializes it with the given XML data.
The particular IBehavior that is loaded depends on the value of the class_name
attribute.
controllerElem:XML |
ConstellationController |
| loadValuesFromXML | () | method |
protected function loadValuesFromXML(controllerElem:XML):voidUpdates this controller with values from the given XML element. This method should be overridden to update this IConstellationController.
ParameterscontrollerElem:XML |