| Package | com.yworks.graph.anim |
| Class | public class GraphMorphEvent |
| Inheritance | GraphMorphEvent flash.events.Event |
The MORPH_START event type can be used to configure a GraphMorpher instance
just before the animation is started.
| Property | Defined By | ||
|---|---|---|---|
| morpher : GraphMorpher [read-only]
The morpher which is involved. | GraphMorphEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GraphMorphEvent(type:String, morpher:GraphMorpher, bubbles:Boolean = false, cancelable:Boolean = false)
Creates an new GraphMorphEvent. | GraphMorphEvent | ||
clone():Event [override] | GraphMorphEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| MORPH_END : String = morphEnd [static]
| GraphMorphEvent | ||
| MORPH_START : String = morphStart [static]
| GraphMorphEvent | ||
| morpher | property |
morpher:GraphMorpher [read-only] The morpher which is involved.
public function get morpher():GraphMorpher| GraphMorphEvent | () | Constructor |
public function GraphMorphEvent(type:String, morpher:GraphMorpher, bubbles:Boolean = false, cancelable:Boolean = false)
Creates an new GraphMorphEvent.
type:String — The event type.
| |
morpher:GraphMorpher — The morpher which is involved.
| |
bubbles:Boolean (default = false) — Whether the event bubbles
| |
cancelable:Boolean (default = false) — Whether the event is cancelable
|
See also
| clone | () | method |
override public function clone():EventReturnsEvent |
| MORPH_END | Constant |
public static const MORPH_END:String = morphEnd
| MORPH_START | Constant |
public static const MORPH_START:String = morphStart