Packagecom.asterisq.constellation.renderers
Interfacepublic interface ICustomAccelerationNodeRenderer extends INodeRenderer, flash.events.IEventDispatcher

Interface for a node that has a custom acceleration force applied to it. Use this with com.asterisq.constellation.behaviors.SimpleAnimationBehavior.



Public Properties
 PropertyDefined by
 Inheritedacceleration : Point
The acceleration of this node renderer.
INodeRenderer
 Inheritedconstellation : IConstellation
The constellation instance displaying this node renderer.
INodeRenderer
  customAcceleration : Point
[read-only] The custom acceleration to apply to the node at each step.
ICustomAccelerationNodeRenderer
 InheritededgeRenderers : Array
A list of edge renderers connecting this node renderer.
INodeRenderer
 InheritedneighborNodeRenderers : Array
A list of neighbor renderers.
INodeRenderer
 Inheritednode : LinkedNode
The node being rendered.
INodeRenderer
 InheritednumEdgeRenderers : uint
The number of edge renderers connecting this node renderer.
INodeRenderer
 Inheritedposition : Point
The position of this node renderer.
INodeRenderer
 Inheritedvelocity : Point
The velocity of this node renderer.
INodeRenderer
Public Methods
 MethodDefined by
 Inherited
Validates this node renderer's position.
INodeRenderer
Property detail
customAccelerationproperty
customAcceleration:Point  [read-only]

The custom acceleration to apply to the node at each step.

Implementation
    public function get customAcceleration():Point