Package img

Interface Summary
AbstractDigitalPicture This interface provisions for the basic methods that are needed when dealing with a digital picture.
 

Class Summary
DigitalPicture This class encapsulates a digital picture, which can be created from a file name, from another image, or from a width and height specification.
ImageDisplay Encapsulates a image displayer, which tracks the user's "current location" and shows it using graphical feedback (approximating a "+" sign on the graphical display).
PictureExplorer Displays a picture and lets you explore the picture by displaying the x, y, 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 The class encapsulates a frame that is capable of displaying a DigitalPicture.
Pixel Class that encapsulates a pixel that is a component of a specific digital picture.