|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.AdjustmentHandles
public final class AdjustmentHandles
The members of this enumeration specify which selection handles of a node
should be enabled or disabled. A bitwise combination of these constants
can be used as parameter of the DiagramNode.setEnabledHandles(long)
method of the DiagramNode
class.
Field Summary | |
---|---|
static int |
All
All handles are enabled. |
static int |
BottomHandles
The bottom-left, bottom-center and bottom-right handles are enabled. |
static int |
LeftHandles
The top-left, middle-left and bottom-left handles are enabled. |
static int |
Move
The movement handle is enabled. |
static int |
None
Specifies that all selection handles of an item are disabled. |
static int |
ResizeBottomCenter
The bottom-center selection handle is enabled. |
static int |
ResizeBottomLeft
The bottom-left selection handle is enabled. |
static int |
ResizeBottomRight
The bottom-right selection handle is enabled. |
static int |
ResizeMiddleLeft
The middle-left selection handle is enabled. |
static int |
ResizeMiddleRight
The middle-right selection handle is enabled. |
static int |
ResizeTopCenter
The top-center selection handle is enabled. |
static int |
ResizeTopLeft
The top-left selection handle is enabled. |
static int |
ResizeTopRight
The top-right selection handle is enabled. |
static int |
RightHandles
The top-right, bottom-right and middle-right handles are enabled. |
static int |
Rotate
The rotation handle is enabled. |
static int |
TopHandles
The top-left, top-center and top-right handles are enabled. |
Constructor Summary | |
---|---|
AdjustmentHandles()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int None
public static final int ResizeTopLeft
public static final int ResizeTopRight
public static final int ResizeBottomRight
public static final int ResizeBottomLeft
public static final int ResizeTopCenter
public static final int ResizeMiddleRight
public static final int ResizeBottomCenter
public static final int ResizeMiddleLeft
public static final int Move
public static final int Rotate
public static final int All
public static final int LeftHandles
public static final int RightHandles
public static final int TopHandles
public static final int BottomHandles
Constructor Detail |
---|
public AdjustmentHandles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |