Uses of Package
objectdraw

Classes in objectdraw used by objectdraw
AWTController
          AWTController is an AWT compatible class designed to be extended to produce programs that employ a GUI interface but do not include graphics displayed in a DrawingCanvas.
AWTDrawingCanvas
          An AWTDrawingCanvas is an AWT GUI component designed for displaying simple graphics created by constructing Lines, FilledOvals, FilledRects, or any of the other objectdraw classes that implement DrawableInterface.
AWTWindowController
          AWTWindowController is an AWT compatible class designed to be extended to produce programs that handle simple mouse events and draw graphics in a single window on the screen.
Controller
          Controller is a Swing compatible class designed to be extended to produce programs that employ a GUI but do not include graphics displayed in a DrawingCanvas.
Drawable1DInterface
          Drawable1DInterface describes the methods available for manipulating lines drawn on a DrawingCanvas.
Drawable2DInterface
          Drawable2DInterface describes the methods available for manipulating two-dimensional objects placed on a DrawingCanvas.
DrawableInterface
          DrawableInterface describes the methods available for manipulating any graphical object placed on a DrawingCanvas.
DrawableIterator
          An object of type DrawableIterator can be obtained by invoking the getDrawableIterator method of a DrawaingCanvas and then used to write loops that sequentially process all the Drawable objects displayed on the associated canvas.
DrawingCanvas
          The DrawingCanvas interface describes the methods that are available on a drawing canvas.
JDrawingCanvas
          A JDrawingCanvas is a Swing GUI component designed for displaying simple graphics created by instantiating members of subclasses of the Drawable class.
Line
          Line is an implementation of a drawable line segment object.
Location
          Location is an implementation of a point on the real plane.
Resizable2DInterface
          Resizable2DInterface describes the methods available for manipulating objects on a DrawingCanvas that can be resized under program control.
WindowController
          WindowController is a Swing compatible class designed to be extended to produce programs that handle simple mouse events and draw graphics in a single window on the screen.