| | Class | Description |
|---|
| | CollectSnapResultEvent |
This CollectSnapResultEvent is dispatched by the SnapContext. |
| | ResourceKey |
ResourceKeys are used as unique identifier on how to visualize a SnapLine. |
| | SnapContext |
A class that can be used by IInputMode implementations and similar code to manage interactive snapping
of elements to other elements during a drag-like operation. |
| | SnapContextEvent |
The SnapContextEvent class represents the event object passed to the event listener for events
dispatched by the SnapContext. |
| | SnapLine |
Models a snap line that is a line segment in the world coordinate system that is parallel to the
x or y axis and to which other items (lines or points) snap to during interactive movements. |
| | SnapLineOrientation |
The orientation used by snap lines. |
| | SnapLineSnapType |
The type of a snap line. |
| | SnapResult |
This is the abstract base class used by the implementations of SnapContext to model the result
of the mouse being snapped to a certain coordinate. |
| | SnapState |
Describes the state of a snapping operation. |
| | SnapTypes |
Constant for use in SnapResult.snap and SnapResult.isSnapped. |