| Package | com.asterisq.constellation.renderers |
| Interface | public interface ITweenableNodeRenderer extends INodeRenderer, flash.events.IEventDispatcher |
| Implementors | BasicNodeRenderer |
| Property | Defined by | ||
|---|---|---|---|
![]() | acceleration : Point
The acceleration of this node renderer.
| INodeRenderer | |
| animationDuration : Number [read-only]
The total length of the animation, in milliseconds.
| ITweenableNodeRenderer | ||
| animationInitialPosition : Point
The position of the node renderer when the animation begins.
| ITweenableNodeRenderer | ||
| animationStartTime : Number
The timestamp marking the beginning of the animation, in milliseconds.
| ITweenableNodeRenderer | ||
| animationTargetPosition : Point
The position of the node renderer when the animation is finished.
| ITweenableNodeRenderer | ||
![]() | constellation : IConstellation
The constellation instance displaying this node renderer.
| INodeRenderer | |
![]() | edgeRenderers : Array
A list of edge renderers connecting this node renderer.
| INodeRenderer | |
![]() | neighborNodeRenderers : Array
A list of neighbor renderers.
| INodeRenderer | |
![]() | node : LinkedNode
The node being rendered.
| INodeRenderer | |
![]() | numEdgeRenderers : uint
The number of edge renderers connecting this node renderer.
| INodeRenderer | |
![]() | position : Point
The position of this node renderer.
| INodeRenderer | |
![]() | velocity : Point
The velocity of this node renderer.
| INodeRenderer | |
| animationDuration | property |
animationDuration:Number [read-only]The total length of the animation, in milliseconds.
Implementation public function get animationDuration():Number
| animationInitialPosition | property |
animationInitialPosition:Point [read-write]The position of the node renderer when the animation begins.
Implementation public function get animationInitialPosition():Point
public function set animationInitialPosition(value:Point):void
| animationStartTime | property |
animationStartTime:Number [read-write]The timestamp marking the beginning of the animation, in milliseconds.
Implementation public function get animationStartTime():Number
public function set animationStartTime(value:Number):void
| animationTargetPosition | property |
animationTargetPosition:Point [read-write]The position of the node renderer when the animation is finished.
Implementation public function get animationTargetPosition():Point
public function set animationTargetPosition(value:Point):void