| Package | com.yworks.canvas.input |
| Class | public class HitTest |
| Inheritance | HitTest Object |
GraphEditorInputMode.findHits.
The values can be combined using bitwise OR.
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALL : uint = 63 [static]
Hits on all model items should be tested
| HitTest | ||
| BEND : uint = 32 [static]
Hits on bends should be tested
| HitTest | ||
| EDGE : uint = 2 [static]
Hits on edges should be tested
| HitTest | ||
| EDGE_LABEL : uint = 8 [static]
Hits on node edge should be tested
| HitTest | ||
| LABEL : uint = 12 [static]
Hits on labels should be tested
| HitTest | ||
| NODE : uint = 1 [static]
Hits on nodes should be tested
| HitTest | ||
| NODE_LABEL : uint = 4 [static]
Hits on node labels should be tested
| HitTest | ||
| NONE : uint = 0 [static]
No hits on model items should be tested
| HitTest | ||
| PORT : uint = 16 [static]
Hits on ports should be tested
| HitTest | ||
| ALL | Constant |
public static const ALL:uint = 63Hits on all model items should be tested
| BEND | Constant |
public static const BEND:uint = 32Hits on bends should be tested
| EDGE | Constant |
public static const EDGE:uint = 2Hits on edges should be tested
| EDGE_LABEL | Constant |
public static const EDGE_LABEL:uint = 8Hits on node edge should be tested
| LABEL | Constant |
public static const LABEL:uint = 12Hits on labels should be tested
| NODE | Constant |
public static const NODE:uint = 1Hits on nodes should be tested
| NODE_LABEL | Constant |
public static const NODE_LABEL:uint = 4Hits on node labels should be tested
| NONE | Constant |
public static const NONE:uint = 0No hits on model items should be tested
| PORT | Constant |
public static const PORT:uint = 16Hits on ports should be tested