Packagecom.yworks.graph.input.snapLines
Classpublic class OrthogonalEdgeEditingEvent
InheritanceOrthogonalEdgeEditingEvent Inheritance flash.events.Event

The OrthogonalEdgeEditingEvent class represents the event object passed to the event listener for events dispatched by the OrthogonalEdgeEditingContext.



Public Methods
 MethodDefined By
  
OrthogonalEdgeEditingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new instance of the OrthogonalEdgeEditingEvent class.
OrthogonalEdgeEditingEvent
  
clone():Event
[override]
OrthogonalEdgeEditingEvent
Public Constants
 ConstantDefined By
  CLEANED_UP : String = com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent.cleanedUp
[static] Dispatched when the OrthogonalEdgeEditingContext has cleaned up itself.
OrthogonalEdgeEditingEvent
  INITIALIZED : String = com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent.initialized
[static] Dispatched when a drag in the OrthogonalEdgeEditingContext has been initialized.
OrthogonalEdgeEditingEvent
  INITIALIZING : String = com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent.initializing
[static] Dispatched when the OrthogonalEdgeEditingContext has started to initialize a drag.
OrthogonalEdgeEditingEvent
Constructor Detail
OrthogonalEdgeEditingEvent()Constructor
public function OrthogonalEdgeEditingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new instance of the OrthogonalEdgeEditingEvent class.

Parameters
type:String — The event type.
 
bubbles:Boolean (default = false) — Whether the event bubbles.
 
cancelable:Boolean (default = false) — Whether the event is cancelable.
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CLEANED_UPConstant
public static const CLEANED_UP:String = com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent.cleanedUp

Dispatched when the OrthogonalEdgeEditingContext has cleaned up itself.

INITIALIZEDConstant 
public static const INITIALIZED:String = com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent.initialized

Dispatched when a drag in the OrthogonalEdgeEditingContext has been initialized.

INITIALIZINGConstant 
public static const INITIALIZING:String = com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent.initializing

Dispatched when the OrthogonalEdgeEditingContext has started to initialize a drag.