| Autograder |
Classs representing an autograder.
|
| AutograderMain |
|
| DrawingAutograder |
Example child class of the Autograder.
|
| GatewayCheckstyleListener |
This is a listener for checkstyle.
|
| JunitListener |
A custom built Junit listener to work with the autograder.
|
| Picture |
This class provides methods for manipulating individual pixels of
an image using the RGB color format.
|
| PictureAutograder |
Example child class of the Autograder.
|
| Program |
Small class representing a Java program.
|
| StdDraw |
The StdDraw class provides a basic capability for
creating drawings with your programs.
|