Packagecom.yworks.canvas.input
Classpublic class RectangleHandlePositions
InheritanceRectangleHandlePositions Inheritance Object

The possible positions of a rectangle handle.



Public Constants
 ConstantDefined 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
Constant Detail
ALLConstant
public static const ALL:uint = 511

A combined bitset of all possible handle positions.

BORDERConstant 
public static const BORDER:uint = 495.0

A combined bitset of all possible handle positions at the border of a rectangle.

CENTERConstant 
public static const CENTER:uint = 16

Indicates the position at the center.

CORNERSConstant 
public static const CORNERS:uint

A combined bitset of all possible handle positions at the four corners of a rectangle.

EASTConstant 
public static const EAST:uint = 32

Indicates the position at east.

HORIZONTALConstant 
public static const HORIZONTAL:uint

A combined bitset of the two horizontal handles of a rectangle.

NONEConstant 
public static const NONE:uint = 0

An empty bitset that contains no Positions.

NORTHConstant 
public static const NORTH:uint = 2

Indicates the position at north.

NORTH_EASTConstant 
public static const NORTH_EAST:uint = 4

Indicates the position at north east.

NORTH_WESTConstant 
public static const NORTH_WEST:uint = 1

Indicates the position at north west.

SOUTHConstant 
public static const SOUTH:uint = 128

Indicates the position at south.

SOUTH_EASTConstant 
public static const SOUTH_EAST:uint = 256

Indicates the position at south east.

SOUTH_WESTConstant 
public static const SOUTH_WEST:uint = 64

Indicates the position at south west.

VERTICALConstant 
public static const VERTICAL:uint

A combined bitset of the two vertical handles of a rectangle.

WESTConstant 
public static const WEST:uint = 8

Indicates the position at west.