Uses of Interface
org.jhotdraw8.draw.tool.DragTracker
Packages that use DragTracker
-
Uses of DragTracker in org.jhotdraw8.draw.tool
Classes in org.jhotdraw8.draw.tool that implement DragTrackerModifier and TypeClassDescriptionclass|@code SimpleDragTracker} implements interactions with the content area of aFigure.Methods in org.jhotdraw8.draw.tool that return DragTrackerModifier and TypeMethodDescriptionprotected DragTrackerSelectionTool.getDragTracker(Figure f, DrawingView dv) Method to get aDragTrackerwhich handles user interaction for dragging the specified figure.Methods in org.jhotdraw8.draw.tool with parameters of type DragTrackerModifier and TypeMethodDescriptionvoidSelectionTool.setDragTracker(DragTracker newValue) Method to set aDragTracker.