| Package | com.yworks.canvas.input |
| Class | public class RectangleHandlePositions |
| Inheritance | RectangleHandlePositions Object |
| Constant | Defined By | ||
|---|---|---|---|
| ALL : uint = 511 [static]
A combined bitset of all possible handle positions. | RectangleHandlePositions | ||
| BORDER : uint = 495.0 [static]
A combined bitset of all possible handle positions at the border of a rectangle. | RectangleHandlePositions | ||
| CENTER : uint = 16 [static]
Indicates the position at the center. | RectangleHandlePositions | ||
| CORNERS : uint [static]
A combined bitset of all possible handle positions at the four corners of a rectangle. | RectangleHandlePositions | ||
| EAST : uint = 32 [static]
Indicates the position at east. | RectangleHandlePositions | ||
| HORIZONTAL : uint [static]
A combined bitset of the two horizontal handles of a rectangle. | RectangleHandlePositions | ||
| NONE : uint = 0 [static]
An empty bitset that contains no Positions. | RectangleHandlePositions | ||
| NORTH : uint = 2 [static]
Indicates the position at north. | RectangleHandlePositions | ||
| NORTH_EAST : uint = 4 [static]
Indicates the position at north east. | RectangleHandlePositions | ||
| NORTH_WEST : uint = 1 [static]
Indicates the position at north west. | RectangleHandlePositions | ||
| SOUTH : uint = 128 [static]
Indicates the position at south. | RectangleHandlePositions | ||
| SOUTH_EAST : uint = 256 [static]
Indicates the position at south east. | RectangleHandlePositions | ||
| SOUTH_WEST : uint = 64 [static]
Indicates the position at south west. | RectangleHandlePositions | ||
| VERTICAL : uint [static]
A combined bitset of the two vertical handles of a rectangle. | RectangleHandlePositions | ||
| WEST : uint = 8 [static]
Indicates the position at west. | RectangleHandlePositions | ||
| ALL | Constant |
public static const ALL:uint = 511A combined bitset of all possible handle positions.
| BORDER | Constant |
public static const BORDER:uint = 495.0A combined bitset of all possible handle positions at the border of a rectangle.
| CENTER | Constant |
public static const CENTER:uint = 16Indicates the position at the center.
| CORNERS | Constant |
public static const CORNERS:uintA combined bitset of all possible handle positions at the four corners of a rectangle.
| EAST | Constant |
public static const EAST:uint = 32Indicates the position at east.
| HORIZONTAL | Constant |
public static const HORIZONTAL:uintA combined bitset of the two horizontal handles of a rectangle.
| NONE | Constant |
public static const NONE:uint = 0An empty bitset that contains no Positions.
| NORTH | Constant |
public static const NORTH:uint = 2Indicates the position at north.
| NORTH_EAST | Constant |
public static const NORTH_EAST:uint = 4Indicates the position at north east.
| NORTH_WEST | Constant |
public static const NORTH_WEST:uint = 1Indicates the position at north west.
| SOUTH | Constant |
public static const SOUTH:uint = 128Indicates the position at south.
| SOUTH_EAST | Constant |
public static const SOUTH_EAST:uint = 256Indicates the position at south east.
| SOUTH_WEST | Constant |
public static const SOUTH_WEST:uint = 64Indicates the position at south west.
| VERTICAL | Constant |
public static const VERTICAL:uintA combined bitset of the two vertical handles of a rectangle.
| WEST | Constant |
public static const WEST:uint = 8Indicates the position at west.