JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.AbstractTool

Packages that use AbstractTool
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.svg A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). 
 

Uses of AbstractTool in org.jhotdraw.draw
 

Subclasses of AbstractTool in org.jhotdraw.draw
 class BezierTool
          Tool to scribble a BezierFigure
 class BidirectionalConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
 class ConnectionTool
          A tool that can be used to connect figures, to split connections, and to join two segments of a connection.
 class CreationTool
          A tool to create new figures.
 class DelegationSelectionTool
          A SelectionTool, which recognizes double clicks and popup menu triggers.
 class DragTracker
          DragTracker.
 class HandleTracker
          HandleTracker implements interactions with the handles of a Figure.
 class SelectAreaTracker
          SelectAreaTracker.
 class SelectionTool
          Tool to select and manipulate figures.
 class TextAreaTool
          Tool to create new or edit existing text figures.
 class TextTool
          Tool to create new or edit existing text figures.
 

Uses of AbstractTool in org.jhotdraw.samples.svg
 

Subclasses of AbstractTool in org.jhotdraw.samples.svg
 class PathTool
          Tool to scribble a SVGPath
 


Copyright 1996-2006 © JHotDraw.org