|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResizeShapeContext
The Interface IResizeShapeContext.
| Field Summary | |
|---|---|
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 |
| Method Summary | |
|---|---|
int |
getDirection()
Returns the specified direction. |
Shape |
getShape()
Gets the shape. |
| Methods inherited from interface org.eclipse.graphiti.features.context.IAreaContext |
|---|
getHeight, getWidth |
| Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext |
|---|
getX, getY |
| Methods inherited from interface org.eclipse.graphiti.IPropertyBag |
|---|
getProperty, getPropertyKeys, putProperty |
| Methods inherited from interface org.eclipse.graphiti.features.context.IPictogramElementContext |
|---|
getPictogramElement |
| Field Detail |
|---|
static 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_EAST
static final int DIRECTION_NORTH_WEST
DIRECTION_NORTH and
DIRECTION_WEST
static final int DIRECTION_SOUTH_EAST
DIRECTION_SOUTH and
DIRECTION_EAST
static final int DIRECTION_SOUTH_WEST
DIRECTION_SOUTH and
DIRECTION_WEST
static final int DIRECTION_UNSPECIFIED
| Method Detail |
|---|
Shape getShape()
int getDirection()
IResizeShapeContext#NORTH, IResizeShapeContext#NORTH_EAST
, etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||