Package com.WorldLibAndroid

Interface Summary
ICanvas Defines the methods to draw the possible objects.
IColor An interface to create a union of six basic colors used in ProfessorJ draw teachpack.
IInit An interface to provide methods to initialize and end a given world.
IWorld An interface which provides methods to let the user manipulate objects in the canvas.
 

Class Summary
CanvasPanel A panel to hold the drawings.
Color Color class to hold the color of an object.
Posn To represent a point on the drawing CanvasX
World World for programming interactive games - with graphics, key events, mouse events and a timer.