The members of this enumeration specify the order of item hit testing. They can be used as arguments to the setHitTestPriority method.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum HitTestPriority |
Member name | Description | |
---|---|---|
![]() |
NodesBeforeLinks |
Test nodes first, then links. |
![]() |
ZOrder |
Test items in decreasing Z order, independently of their types. |