|
Interface Summary |
| DrawEditor |
The interface DrawEditor defines the interface for accessing the
object which contains the draw view. |
| DrawModel |
The class DrawModel represents the model of a drawing, i.e.
|
| DrawModelListener |
Listener interested in draw model changes. |
| DrawTool |
A tool defines a mode of the drawing view, intendid to be set over a
tool bar. |
| DrawToolFactory |
A DrawTool factory creates an instance of a draw tool and returns an icon
which can be used in the tool palette of the graphics editor. |
| DrawView |
The class DrawView displays a graphic model. |
| Figure |
Base interface for all figures implemented in the grafic editor.
|
| FigureListener |
Listener interested in figure changes. |
| Handle |
Handles are used to change a figure by direct manipulation.
|
| PointConstrainer |
A PointConstrainer is used to restrict the coordinates used when the mouse
is clicked. |