| Package | com.yworks.canvas.input.snapLines |
| Class | public class SnapTypes |
| Inheritance | SnapTypes Object |
SnapState
in SnapResult implementations.
See also
| Constant | Defined By | ||
|---|---|---|---|
| NOT_SNAPPED : uint = 0 [static]
Indicates that the coordinate has not been snapped to its x and y values. | SnapTypes | ||
| SNAPPED_X : uint = 1 [static]
Indicates that the coordinate has been snapped to its x values. | SnapTypes | ||
| SNAPPED_XY : uint [static]
Indicates that the coordinate has been snapped to its x and y values. | SnapTypes | ||
| SNAPPED_Y : uint = 2 [static]
Indicates that the coordinate has been snapped to its y values. | SnapTypes | ||
| NOT_SNAPPED | Constant |
public static const NOT_SNAPPED:uint = 0Indicates that the coordinate has not been snapped to its x and y values.
| SNAPPED_X | Constant |
public static const SNAPPED_X:uint = 1Indicates that the coordinate has been snapped to its x values.
| SNAPPED_XY | Constant |
public static const SNAPPED_XY:uint
Indicates that the coordinate has been snapped to its x and y values.
This is a bit wise combination of SNAPPED_X and SNAPPED_Y.
See also
| SNAPPED_Y | Constant |
public static const SNAPPED_Y:uint = 2Indicates that the coordinate has been snapped to its y values.