|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.HitTestPriority
public final class HitTestPriority
The members of this enumeration specify the order of item hit testing.
They can be used as arguments to the setHitTestPriority
method.
Field Summary | |
---|---|
static int |
NodesBeforeLinks
Test nodes first, then arrows. |
static int |
ZOrder
Test items in decreasing Z order, independently of their types. |
Constructor Summary | |
---|---|
HitTestPriority()
|
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 ZOrder
public static final int NodesBeforeLinks
Constructor Detail |
---|
public HitTestPriority()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |