Skip navigation links

Package draw.tools

Available tools for application.

See: Description

Package draw.tools Description

Available tools for application.

Default tools are:

  1. RectangleElt -- Draws Rectangle Elements.
  2. OvalElt -- Draws Oval Elements.

All tools are registered in the Tools class. As new tools are implemented, be sure to update in the Tools repository. Tools class implements the Singleton Design Pattern. ToolTemplate implements a Template method, used whenever a new tool is registered with the system.

Since:
1.0
Skip navigation links