Packagecom.asterisq.constellation.renderers
Classpublic class DefaultEdgeRenderer
InheritanceDefaultEdgeRenderer Inheritance BasicEdgeRenderer Inheritance EdgeRenderer Inheritance mx.core.UIComponent

The default edge renderer. Draws a black line between two nodes.



Public Properties
 PropertyDefined by
 Inheritedconstellation : IConstellation
The constellation instance displaying this edge renderer.
EdgeRenderer
 Inheritededge : LinkedEdge
The edge being rendered.
EdgeRenderer
 InheritedheadNodeRenderer : INodeRenderer
The node renderer representing the tail node in this edge renderer.
EdgeRenderer
 InheritednodeRenderers : Array
An ordered list of node renderers in this edge renderer.
EdgeRenderer
 InheritedtailNodeRenderer : INodeRenderer
The node renderer representing the head node in this edge renderer.
EdgeRenderer
Protected Properties
 PropertyDefined by
 InheritedhitArea_sp : Sprite
The mouse hit area.
BasicEdgeRenderer
Public Methods
 MethodDefined by
  
Creates a new edge renderer instance.
DefaultEdgeRenderer
 Inherited
Fetches the other node renderer in this edge renderer, given one of them.
EdgeRenderer
 Inherited
Validates this edge renderer's tail and head node renderer positions.
EdgeRenderer
Protected Methods
 MethodDefined by
 Inherited
clickHandler(evt:MouseEvent):void
Called when a click event is received from the hit area.
BasicEdgeRenderer
 Inherited
BasicEdgeRenderer
 Inherited
Called when the edge's data changes.
EdgeRenderer
 Inherited
doubleClickHandler(evt:MouseEvent):void
Called when a double click event is received from the hit area.
BasicEdgeRenderer
 Inherited
mouseDownHandler(evt:MouseEvent):void
Called when a mouse down event is received from the hit area.
BasicEdgeRenderer
 Inherited
mouseOutHandler(evt:MouseEvent):void
Called when a mouse out event is received from the hit area.
BasicEdgeRenderer
 Inherited
mouseOverHandler(evt:MouseEvent):void
Called when a mouse over event is received from the hit area.
BasicEdgeRenderer
 Inherited
mouseUpHandler(evt:MouseEvent):void
Called when a mouse up event is received from the hit area.
BasicEdgeRenderer
 Inherited
redispatchMouseEvent(evt:MouseEvent):void
Redispatches the given event as though it had come from this node renderer.
BasicEdgeRenderer
 Inherited
stageMouseUpHandler(evt:MouseEvent):void
Called when a mouse up event is received from the stage object.
BasicEdgeRenderer
Constructor detail
DefaultEdgeRenderer()constructor
public function DefaultEdgeRenderer()

Creates a new edge renderer instance.