| Package | com.yworks.canvas.input.snapLines |
| Class | public class SnapLineSnapType |
| Inheritance | SnapLineSnapType Object |
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALL : uint [static]
Describes snap lines to which all elements will snap at all sides
| SnapLineSnapType | ||
| BOTTOM : uint = 2 [static]
Describes snap lines to which the bottom sides of rectangular elements will snap. | SnapLineSnapType | ||
| CENTER : uint = 16 [static]
Describes snap lines to which the center of elements will snap. | SnapLineSnapType | ||
| HORIZONTAL : uint [static]
Describes horizontal snap lines. | SnapLineSnapType | ||
| LEFT : uint = 4 [static]
Describes snap lines to which the left sides of rectangular elements will snap. | SnapLineSnapType | ||
| NONE : uint = 0 [static]
Describes snap lines to which nothing will snap. | SnapLineSnapType | ||
| RIGHT : uint = 8 [static]
Describes snap lines to which the right sides of rectangular elements will snap. | SnapLineSnapType | ||
| TOP : uint = 1 [static]
Describes snap lines to which the top sides of rectangular elements will snap. | SnapLineSnapType | ||
| VERTICAL : uint [static]
Describes vertical snap lines. | SnapLineSnapType | ||
| ALL | Constant |
public static const ALL:uintDescribes snap lines to which all elements will snap at all sides
| BOTTOM | Constant |
public static const BOTTOM:uint = 2Describes snap lines to which the bottom sides of rectangular elements will snap.
| CENTER | Constant |
public static const CENTER:uint = 16Describes snap lines to which the center of elements will snap.
| HORIZONTAL | Constant |
public static const HORIZONTAL:uintDescribes horizontal snap lines.
| LEFT | Constant |
public static const LEFT:uint = 4Describes snap lines to which the left sides of rectangular elements will snap.
| NONE | Constant |
public static const NONE:uint = 0Describes snap lines to which nothing will snap.
| RIGHT | Constant |
public static const RIGHT:uint = 8Describes snap lines to which the right sides of rectangular elements will snap.
| TOP | Constant |
public static const TOP:uint = 1Describes snap lines to which the top sides of rectangular elements will snap.
| VERTICAL | Constant |
public static const VERTICAL:uintDescribes vertical snap lines.