Assignment 2

Designing Classes

Text as pdf or html

Due Date: Thursday September 24th, 10:00 pm.


To draw the images on the Canvas, start your program with the following lines:

import draw.*;

import colors.*;

import geometry.*;

See the documentation for the draw teachpack to see how to create a new instance of a Canvas and how to draw shapes on the Canvas.