| Package | com.yworks.graph.input.snapLines |
| Class | public class MoveTypes |
| Inheritance | MoveTypes Object |
GraphSnapContext.
See also
| Constant | Defined By | ||
|---|---|---|---|
| FIXED : uint = 0x0 [static]
The element does not move at all during the edit. | MoveTypes | ||
| LINEAR_MOVE : uint [static]
The element moves linearly with the mouse in both directions. | MoveTypes | ||
| LINEAR_MOVE_X : uint = 0x01 [static]
The element moves linearly with the mouse in horizontal direction. | MoveTypes | ||
| LINEAR_MOVE_Y : uint = 0x02 [static]
The element moves linearly with the mouse in vertical direction. | MoveTypes | ||
| MOVEMENT_X : uint [static]
The bit wise combination of LINEAR_MOVE_X and NON_LINEAR_MOVE_X. | MoveTypes | ||
| MOVEMENT_Y : uint [static]
The bit wise combination of LINEAR_MOVE_Y and NON_LINEAR_MOVE_Y. | MoveTypes | ||
| NON_LINEAR_MOVE : uint [static]
The element moves in both directions but not linearly/predictably with the mouse. | MoveTypes | ||
| NON_LINEAR_MOVE_X : uint = 0x04 [static]
The element moves in horizontal direction but not linearly/predictably with the mouse. | MoveTypes | ||
| NON_LINEAR_MOVE_Y : uint = 0x08 [static]
The element moves in vertical direction but not linearly/predictably with the mouse. | MoveTypes | ||
| FIXED | Constant |
public static const FIXED:uint = 0x0The element does not move at all during the edit.
| LINEAR_MOVE | Constant |
public static const LINEAR_MOVE:uintThe element moves linearly with the mouse in both directions.
| LINEAR_MOVE_X | Constant |
public static const LINEAR_MOVE_X:uint = 0x01The element moves linearly with the mouse in horizontal direction.
| LINEAR_MOVE_Y | Constant |
public static const LINEAR_MOVE_Y:uint = 0x02The element moves linearly with the mouse in vertical direction.
| MOVEMENT_X | Constant |
public static const MOVEMENT_X:uint
The bit wise combination of LINEAR_MOVE_X and NON_LINEAR_MOVE_X.
| MOVEMENT_Y | Constant |
public static const MOVEMENT_Y:uint
The bit wise combination of LINEAR_MOVE_Y and NON_LINEAR_MOVE_Y.
| NON_LINEAR_MOVE | Constant |
public static const NON_LINEAR_MOVE:uintThe element moves in both directions but not linearly/predictably with the mouse.
| NON_LINEAR_MOVE_X | Constant |
public static const NON_LINEAR_MOVE_X:uint = 0x04The element moves in horizontal direction but not linearly/predictably with the mouse.
| NON_LINEAR_MOVE_Y | Constant |
public static const NON_LINEAR_MOVE_Y:uint = 0x08The element moves in vertical direction but not linearly/predictably with the mouse.