Package jdraw.framework

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.
FigureHandle Handles are used to change a figure by direct manipulation.
FigureListener Listener interested in figure changes.
PointConstrainer A PointConstrainer is used to restrict the coordinates used when the mouse is clicked.
 

Class Summary
DrawModelEvent An event which indicates that a draw model has changed.
FigureEvent An event which indicates that a figure event occurred in a figure.