Interface Summary |
ConnectionFigure |
Figures to connect Connectors provided by Figures. |
Connector |
Connectors know how to locate a connection point on a figure. |
Drawing |
Drawing is a container for figures. |
DrawingChangeListener |
Listener interested in Drawing changes. |
DrawingEditor |
DrawingEditor defines the interface for coordinating
the different objects that participate in a drawing editor. |
DrawingView |
DrawingView renders a Drawing and listens to its changes. |
Figure |
The interface of a graphical figure. |
FigureChangeListener |
Listener interested in Figure changes. |
FigureEnumeration |
Interface for Enumerations that access Figures. |
Handle |
Handles are used to change a figure by direct manipulation. |
Locator |
Locators can be used to locate a position on a figure. |
Painter |
Painter defines the interface for drawing a layer
into a DrawingView. |
PointConstrainer |
Interface to constrain a Point. |
Tool |
A tool defines a mode of the drawing view. |