org.eclipse.gef
Interface Handle
- All Known Implementing Classes:
- AbstractHandle
- public interface Handle
A simple lightweight object that combines a small hit-test area with
a sinlge DragTracker.
Handles can be used for resizing, rotating, etc.
Handles are hit-tested before anything else. Handles make it
easy to support many types of drag operations.
getDragTracker
public DragTracker getDragTracker()
- Returns the drag tracker to use when dragging this handle.
getAccessibleLocation
public Point getAccessibleLocation()