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

S

setAllPixelsToAColor(Color) - Method in class img.SimplePicture
Method to set the color in the picture to the passed color
setAlpha(int) - Method in class img.Pixel
Method to set the alpha (transparency) to a new alpha value
setBasicPixel(int, int, int) - Method in interface img.DigitalPicture
 
setBasicPixel(int, int, int) - Method in class img.SimplePicture
Method to set the value of a pixel in the picture from an int
setBlue(int) - Method in class img.Pixel
Method to set the blue to a new blue value
setColor(Color) - Method in class img.Pixel
Method to set the pixel color to the passed in color object.
setColor(Color) - Method in class utility.Visualizer
 
setCurrentX(int) - Method in class img.ImageDisplay
Method to set the current x
setCurrentY(int) - Method in class img.ImageDisplay
Method to set the current y
setGreen(int) - Method in class img.Pixel
Method to set the green to a new green value
setImage(Image) - Method in class img.ImageDisplay
Method to set the image
setPicture(Picture) - Method in class img.PictureFrame
Method to set the picture to show in this picture frame
setPictureFrame(PictureFrame) - Method in class img.SimplePicture
Method to set the picture frame for this picture
setRed(int) - Method in class img.Pixel
Method to set the red to a new red value
setTitle(String) - Method in interface img.DigitalPicture
 
setTitle(String) - Method in class img.PictureExplorer
Set the title of the frame
setTitle(String) - Method in class img.PictureFrame
Method to set the title for the picture frame
setTitle(String) - Method in class img.SimplePicture
Method to set the title for the picture
setVisible(boolean) - Method in class img.PictureFrame
A method to set the visible flag on the frame
show() - Method in interface img.DigitalPicture
 
show() - Method in class img.SimplePicture
Method to show the picture in a picture frame
SimplePicture - Class in img
A class that represents a simple picture.
SimplePicture() - Constructor for class img.SimplePicture
A Constructor that takes no arguments.
SimplePicture(String) - Constructor for class img.SimplePicture
A Constructor that takes a file name and uses the file to create a picture
SimplePicture(int, int) - Constructor for class img.SimplePicture
A constructor that takes the width and height desired for a picture and creates a buffered image of that size.
SimplePicture(SimplePicture) - Constructor for class img.SimplePicture
A Constructor that takes a picture to copy information from

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