- scale(double, double) - Method in class SimplePicture
-
Method to create a new picture by scaling the current
picture by the given x and y factors
- setAllPixelsToAColor(Color) - Method in class SimplePicture
-
Method to set the color in the picture to the passed color
- setAlpha(int) - Method in class Pixel
-
Method to set the alpha (transparency) to a new alpha value
- setBasicPixel(int, int, int) - Method in interface DigitalPicture
-
- setBasicPixel(int, int, int) - Method in class SimplePicture
-
Method to set the value of a pixel in the picture from an int
- setBlue(int) - Method in class Pixel
-
Method to set the blue to a new blue value
- setColor(Color) - Method in class Pixel
-
Method to set the pixel color to the passed in color object.
- setCurrentX(int) - Method in class ImageDisplay
-
Method to set the current x
- setCurrentY(int) - Method in class ImageDisplay
-
Method to set the current y
- setFileName(String) - Method in class SimplePicture
-
Method to set the file name
- setGreen(int) - Method in class Pixel
-
Method to set the green to a new green value
- setImage(Image) - Method in class ImageDisplay
-
Method to set the image
- setMatrix(int[][]) - Method in class IntArrayWorker
-
set the matrix to the passed one
- setPicture(Picture) - Method in class PictureFrame
-
Method to set the picture to show in this picture frame
- setPictureFrame(PictureFrame) - Method in class SimplePicture
-
Method to set the picture frame for this picture
- setRed(int) - Method in class Pixel
-
Method to set the red to a new red value
- setTitle(String) - Method in interface DigitalPicture
-
- setTitle(String) - Method in class PictureExplorer
-
Set the title of the frame
- setTitle(String) - Method in class PictureFrame
-
Method to set the title for the picture frame
- setTitle(String) - Method in class SimplePicture
-
Method to set the title for the picture
- setVisible(boolean) - Method in class PictureFrame
-
A method to set the visible flag on the frame
- setVisible(boolean) - Method in class SimplePicture
-
Method to make this picture visible or not
- show() - Method in interface DigitalPicture
-
- show() - Method in class SimplePicture
-
Method to show the picture in a picture frame
- SimplePicture - Class in <Unnamed>
-
A class that represents a simple picture.
- SimplePicture() - Constructor for class SimplePicture
-
A Constructor that takes no arguments.
- SimplePicture(int, int) - Constructor for class SimplePicture
-
A constructor that takes the width and height desired for a picture and
creates a buffered image of that size.
- SimplePicture(int, int, Color) - Constructor for class SimplePicture
-
A constructor that takes the width and height desired for a picture and
creates a buffered image of that size.
- SimplePicture(BufferedImage) - Constructor for class SimplePicture
-
A constructor that takes a buffered image
- SimplePicture(String) - Constructor for class SimplePicture
-
A Constructor that takes a file name and uses the file to create
a picture
- SimplePicture(SimplePicture) - Constructor for class SimplePicture
-
A Constructor that takes a picture to copy information from