A B C D E F G H I L M P R S T U 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.
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
simulation_BasicVersion - package simulation_BasicVersion
 
SimulationRunnable - Class in simulation_BasicVersion
This class encapsulates a Runnable that has a basic simulation behaviour.
SimulationRunnable() - Constructor for class simulation_BasicVersion.SimulationRunnable
Creates a runnable simulation with the default frame rate of 20 frames per second.
SimulationRunnable(int) - Constructor for class simulation_BasicVersion.SimulationRunnable
Creates a runnable simulation with the specified frame rate.

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