Packagecom.asterisq.constellation.events
Classpublic class EdgeRendererEvent
InheritanceEdgeRendererEvent Inheritance flash.events.Event

An event associated with a single edge renderer instance.



Public Properties
 PropertyDefined by
  edgeRenderer : IEdgeRenderer
The edge renderer associated with this event.
EdgeRendererEvent
Public Methods
 MethodDefined by
  
EdgeRendererEvent(type:String, edgeRenderer:IEdgeRenderer, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new edge renderer event.
EdgeRendererEvent
  
clone():Event
EdgeRendererEvent
Public Constants
 ConstantDefined by
  CREATE : String = "createEdge"
[static] Event type indicating that the edge renderer was just created.
EdgeRendererEvent
  DESTROY : String = "destroyEdge"
[static] Event type indicating that the edge renderer is about to be destroyed.
EdgeRendererEvent
Property detail
edgeRendererproperty
edgeRenderer:IEdgeRenderer  [read-write]

The edge renderer associated with this event.

Implementation
    public function get edgeRenderer():IEdgeRenderer
    public function set edgeRenderer(value:IEdgeRenderer):void
Constructor detail
EdgeRendererEvent()constructor
public function EdgeRendererEvent(type:String, edgeRenderer:IEdgeRenderer, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new edge renderer event.

Parameters
type:String
 
edgeRenderer:IEdgeRenderer
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
CREATEconstant
public static const CREATE:String = "createEdge"

Event type indicating that the edge renderer was just created.

DESTROYconstant 
public static const DESTROY:String = "destroyEdge"

Event type indicating that the edge renderer is about to be destroyed.