Uses of Interface
org.jhotdraw8.draw.tool.Tracker
Packages that use Tracker
-
Uses of Tracker in org.jhotdraw8.draw.tool
Subinterfaces of Tracker in org.jhotdraw8.draw.toolModifier and TypeInterfaceDescriptioninterfaceA drag tracker provides the behavior for dragging selected figures to theSelectionTool.interfaceA handle tracker provides the behavior for manipulating aHandleof a figure to theSelectionTool.interfaceA select area tracker provides the behavior for selecting figures in a drawing area to theSelectionTool.Classes in org.jhotdraw8.draw.tool that implement TrackerModifier and TypeClassDescriptionclassAbstractAction.class|@code SimpleDragTracker} implements interactions with the content area of aFigure.classSimpleHandleTrackerimplements interactions with the handles of a Figure.classSimpleSelectAreaTrackerimplements interactions with the background area of aDrawing.