Uses of Interface
org.jhotdraw8.draw.tool.SelectAreaTracker
Packages that use SelectAreaTracker
-
Uses of SelectAreaTracker in org.jhotdraw8.draw.tool
Classes in org.jhotdraw8.draw.tool that implement SelectAreaTrackerModifier and TypeClassDescriptionclassSimpleSelectAreaTrackerimplements interactions with the background area of aDrawing.Methods in org.jhotdraw8.draw.tool that return SelectAreaTrackerModifier and TypeMethodDescriptionprotected SelectAreaTrackerSelectionTool.getSelectAreaTracker()Method to get aSelectAreaTrackerwhich handles user interaction for selecting an area on the drawing.Methods in org.jhotdraw8.draw.tool with parameters of type SelectAreaTrackerModifier and TypeMethodDescriptionvoidSelectionTool.setSelectAreaTracker(SelectAreaTracker newValue) Method to set aSelectAreaTracker.