Package cmsc420.drawing

Provides classes and interfaces for drawing 2D shapes backed by the the Java AWT.

See:
          Description

Interface Summary
Drawable2D The Drawable2D interface specifies that its implementors can portray themselves in 2D form via an instance of CanvasPlus.
 

Class Summary
CanvasPlus A general 2D drawing utility backed by Java AWT.
CanvasPlusDemo An example of drawing using CanvasPlus.
CanvasPlusDemoApplet An example of extending CanvasPlus for use in embedded applets.
 

Package cmsc420.drawing Description

Provides classes and interfaces for drawing 2D shapes backed by the the Java AWT.