A B C D E G H I L M P R S T U V W Z

P

paintComponent(Graphics) - Method in class img.ImageDisplay
Method to handle displaying this object
Picture - Class in img
Picture class from Guzdial and Ericson with explanatory comments enhanced by sdc@cs.albany.edu A class that represents a picture.
Picture() - Constructor for class img.Picture
Constructor that takes no arguments
Picture(String) - Constructor for class img.Picture
In Java, constructors (and other methods) can be "Polymorphic".
Picture(int, int) - Constructor for class img.Picture
Wow, a third form of constructor! Constructor that takes the width and height
Picture(Picture) - Constructor for class img.Picture
Whoops, yet another! Constructor that takes a picture and creates a copy of that picture
PictureExplorer - Class in img
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.
PictureExplorer(DigitalPicture) - Constructor for class img.PictureExplorer
Public constructor
PictureFrame - Class in img
Class that holds a digital picture and displays it.
PictureFrame() - Constructor for class img.PictureFrame
A constructor that takes no arguments.
PictureFrame(DigitalPicture) - Constructor for class img.PictureFrame
A constructor that takes a picture to display
Pixel - Class in img
Class that references a pixel in a picture.
Pixel(DigitalPicture, int, int) - Constructor for class img.Pixel
A constructor that take the x and y location for the pixel and the picture the pixel is coming from

A B C D E G H I L M P R S T U V W Z