com.mindfusion.diagramming
Class HitTestPriority

java.lang.Object
  extended by com.mindfusion.diagramming.HitTestPriority

public final class HitTestPriority
extends java.lang.Object

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

ZOrder

public static final int ZOrder
Test items in decreasing Z order, independently of their types.

See Also:
Constant Field Values

NodesBeforeLinks

public static final int NodesBeforeLinks
Test nodes first, then arrows.

See Also:
Constant Field Values
Constructor Detail

HitTestPriority

public HitTestPriority()