| Package | com.yworks.graph.input |
| Class | public class ReparentGesture |
| Inheritance | ReparentGesture Object |
| Implements | IEnum |
| Method | Defined By | ||
|---|---|---|---|
ReparentGesture(type:String)
Must not be used. | ReparentGesture | ||
toString():String | ReparentGesture | ||
valueOf(type:String):ReparentGesture [static] | ReparentGesture | ||
| Constant | Defined By | ||
|---|---|---|---|
| ADD_CHILD : ReparentGesture [static]
Add the moved stripe as a new child of the target stripe. | ReparentGesture | ||
| INSERT_AFTER : ReparentGesture [static]
Insert the moved stripe after the target stripe. | ReparentGesture | ||
| INSERT_BEFORE : ReparentGesture [static]
Insert the moved stripe before the target stripe. | ReparentGesture | ||
| INVALID : ReparentGesture [static]
The current gesture would result in an invalid operation (such as trying to make a stripe to its own child). | ReparentGesture | ||
| ReparentGesture | () | Constructor |
public function ReparentGesture(type:String)Must not be used.
Use the enum values defined by the constants instead.
Parameterstype:String |
| toString | () | method |
public function toString():StringReturnsString |
| valueOf | () | method |
public static function valueOf(type:String):ReparentGestureParameters
type:String |
ReparentGesture |
| ADD_CHILD | Constant |
public static const ADD_CHILD:ReparentGestureAdd the moved stripe as a new child of the target stripe.
| INSERT_AFTER | Constant |
public static const INSERT_AFTER:ReparentGestureInsert the moved stripe after the target stripe.
| INSERT_BEFORE | Constant |
public static const INSERT_BEFORE:ReparentGestureInsert the moved stripe before the target stripe.
| INVALID | Constant |
public static const INVALID:ReparentGestureThe current gesture would result in an invalid operation (such as trying to make a stripe to its own child).