Package <Unnamed>

Interface Summary
DigitalPicture Interface to describe a digital picture.
 

Class Summary
ColorChooser A class to make working with a color chooser easier for students.
FileChooser A class to make working with a file chooser easier for students.
ImageDisplay Class to display an image and the current location with a + sign
IntArrayWorker  
IntArrayWorkerTester  
Picture A class that represents a picture.
PictureExplorer Displays a picture and lets you explore the picture by displaying the row, column, red, green, and blue values of the pixel at the cursor when you click a mouse button or press and hold a mouse button while moving the cursor.
PictureFrame Class that holds a digital picture and displays it using a JFrame
PictureTester This class contains class (static) methods that will help you test the Picture class methods.
Pixel Class that references a pixel in a picture.
SimplePicture A class that represents a simple picture.