|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.HandlesStyle
public final class HandlesStyle
The members of this enumeration specify the appearance and functionality
of the manipulation handles displayed around a selected node. These
constants can be used as parameters of the DiagramNode.setHandlesStyle(int)
method of the ShapeNode
and TableNode
classes.
Field Summary | |
---|---|
static int |
Custom
JDiagram raises the drawHandles and hitTestSelHandles events to let your application perform custom drawing and hit testing of selection handles. |
static int |
DashFrame
If selected, a node is drawn with a dashed frame around it. |
static int |
EasyMove
Any point of the interior of a node enables moving the node, except a small area in the center that allows creating links. |
static int |
HatchFrame
If selected, the object is drawn with hatched frame around it. |
static int |
HatchHandles
If selected, a node is drawn with both hatched frame and modification handles. |
static int |
HatchHandles2
Looks like HatchHandles , but allows moving the node from
its interior region. |
static int |
HatchHandles3
Behaves like HatchHandles2 , but paints the selection
frame using a denser brush pattern. |
static int |
Invisible
There is no visible difference between selected and unselected node. |
static int |
InvisibleMove
There aren’t any selection handles displayed. |
static int |
MoveOnly
If a node is selected, it can only be moved. |
static int |
SquareHandles
If selected, the node is drawn with square modification handles around it. |
static int |
SquareHandles2
Square resize handles are drawn around a selected node. |
Constructor Summary | |
---|---|
HandlesStyle()
|
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 Invisible
public static final int SquareHandles
public static final int DashFrame
public static final int HatchFrame
DashFrame
.
public static final int HatchHandles
public static final int HatchHandles2
HatchHandles
, but allows moving the node from
its interior region. Links are created from the points near the edge.
public static final int HatchHandles3
HatchHandles2
, but paints the selection
frame using a denser brush pattern.
public static final int MoveOnly
DiagramView.setModificationStart(int)
specifying
AutoHandles
as argument.
public static final int EasyMove
DiagramView.setModificationStart(int)
specifying
AutoHandles
as argument.
public static final int SquareHandles2
public static final int Custom
public static final int InvisibleMove
Constructor Detail |
---|
public HandlesStyle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |