Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
P
R
S
T
U
W
Z
S
setAllPixelsToAColor(Color)
- Method in class img.
DigitalPicture
Set the color of all of the pixels 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.
AbstractDigitalPicture
Sets the colour of the specified pixel, as encoded in the passed int value.
setBasicPixel(int, int, int)
- Method in class img.
DigitalPicture
Sets the colour of the specified pixel, as encoded in the passed int value.
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(AbstractDigitalPicture)
- Method in class img.
PictureFrame
Set the digital picture to be shown in the this picture frame
setPictureFrame(PictureFrame)
- Method in class img.
DigitalPicture
Set the passed PictureFrame object to be associated with 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.
AbstractDigitalPicture
Set the string that encapsulates the title that is associated with this digital picture.
setTitle(String)
- Method in class img.
DigitalPicture
Set the string that encapsulates the title that is associated with this digital picture.
setTitle(String)
- Method in class img.
PictureExplorer
Set the title of the frame
setTitle(String)
- Method in class img.
PictureFrame
Set the title for the picture frame to be the passed string value.
setVisible(boolean)
- Method in class img.
PictureFrame
Specify whether this picture frame is shown on the current graphical display or not, as per the passed boolean flag.
show()
- Method in interface img.
AbstractDigitalPicture
Invokes functionality to show this picture on the graphical display.
show()
- Method in class img.
DigitalPicture
Causes this picture to be displayed graphically (using the PictureFrame object that is associated with this picture).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
P
R
S
T
U
W
Z