| Package | com.asterisq.constellation.renderers |
| Interface | public interface IDraggableNodeRenderer extends INodeRenderer, flash.events.IEventDispatcher |
| Implementors | BasicNodeRenderer, DefaultNodeRenderer |
| Property | Defined by | ||
|---|---|---|---|
![]() | acceleration : Point
The acceleration of this node renderer.
| INodeRenderer | |
![]() | constellation : IConstellation
The constellation instance displaying this node renderer.
| INodeRenderer | |
| dragCenter : Point
Indicates the position of the "grip point" of the mouse during dragging.
| IDraggableNodeRenderer | ||
![]() | edgeRenderers : Array
A list of edge renderers connecting this node renderer.
| INodeRenderer | |
| isDragging : Boolean
Indicates whether this node renderer is currently being dragged.
| IDraggableNodeRenderer | ||
![]() | 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 | |
| dragCenter | property |
dragCenter:Point [read-write]Indicates the position of the "grip point" of the mouse during dragging. This value is relative to this node renderer instance.
Implementation public function get dragCenter():Point
public function set dragCenter(value:Point):void
| isDragging | property |
isDragging:Boolean [read-write]Indicates whether this node renderer is currently being dragged.
Implementation public function get isDragging():Boolean
public function set isDragging(value:Boolean):void