public interface IResizeShapeContext extends IResizeContext, IPictogramElementContext
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECTION_EAST
East
|
static int |
DIRECTION_NORTH
North
|
static int |
DIRECTION_NORTH_EAST
North-East: a bit-wise OR of
DIRECTION_NORTH and
DIRECTION_EAST |
static int |
DIRECTION_NORTH_WEST
North-West: a bit-wise OR of
DIRECTION_NORTH and
DIRECTION_WEST |
static int |
DIRECTION_SOUTH
South
|
static int |
DIRECTION_SOUTH_EAST
South-East: a bit-wise OR of
DIRECTION_SOUTH and
DIRECTION_EAST |
static int |
DIRECTION_SOUTH_WEST
South-West: a bit-wise OR of
DIRECTION_SOUTH and
DIRECTION_WEST |
static int |
DIRECTION_UNSPECIFIED
Unspecified direction
|
static int |
DIRECTION_WEST
West
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDirection()
Returns the specified direction.
|
Shape |
getShape()
Gets the shape.
|
getHeight, getWidthgetX, getYgetProperty, getPropertyKeys, putPropertygetPictogramElementstatic final int DIRECTION_NORTH
static final int DIRECTION_SOUTH
static final int DIRECTION_WEST
static final int DIRECTION_EAST
static final int DIRECTION_NORTH_EAST
DIRECTION_NORTH and
DIRECTION_EASTstatic final int DIRECTION_NORTH_WEST
DIRECTION_NORTH and
DIRECTION_WESTstatic final int DIRECTION_SOUTH_EAST
DIRECTION_SOUTH and
DIRECTION_EASTstatic final int DIRECTION_SOUTH_WEST
DIRECTION_SOUTH and
DIRECTION_WESTstatic final int DIRECTION_UNSPECIFIED
Shape getShape()
int getDirection()
IResizeShapeContext#NORTH, IResizeShapeContext#NORTH_EAST
, etc.