A C D G S

S

SimpleDrawingCanvas - Class in asst1Services
This class implements a simple drawing canvas that has a pre-determined size (640x480).
SimpleDrawingCanvas() - Constructor for class asst1Services.SimpleDrawingCanvas
Instantiates a simple drawing canvas, which gets positioned according to the default behaviour of the layout manager of the system upon which the requestor is running (usually the top left corner).
SimpleImageServer - Class in asst1Services
This class implements something that "serves up" images, one at a time.
SimpleImageServer() - Constructor for class asst1Services.SimpleImageServer
Instantiates a simple image server to "serve up" the images that are contained in a sub-directory that has the name "img".

A C D G S