Packagecom.yworks.graph.anim
Classpublic class GraphMorphErrorEvent
InheritanceGraphMorphErrorEvent Inheritance flash.events.ErrorEvent

This event informs about errors that might occur during a graph morph operation.

See also

com.yworks.ui.GraphCanvasComponent.morphGraph()


Public Methods
 MethodDefined By
  
GraphMorphErrorEvent(text:String, type:String)
GraphMorphErrorEvent
  
clone():Event
[override]
GraphMorphErrorEvent
Public Constants
 ConstantDefined By
  MORPH_ERROR : String = morphError
[static]
GraphMorphErrorEvent
Constructor Detail
GraphMorphErrorEvent()Constructor
public function GraphMorphErrorEvent(text:String, type:String)



Parameters
text:String
 
type:String (default = NaN)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
MORPH_ERRORConstant
public static const MORPH_ERROR:String = morphError