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
D
DigitalPicture
- Class in
img
This class encapsulates a digital picture, which can be created from a file name, from another image, or from a width and height specification.
DigitalPicture()
- Constructor for class img.
DigitalPicture
Default constructor, which instantiates a blank picture consisting of only white pixels, with a default width of 200 and a default height of 100.
DigitalPicture(int, int)
- Constructor for class img.
DigitalPicture
Constructs a picture with the width and height as specified by the passed parameter values.
DigitalPicture(String)
- Constructor for class img.
DigitalPicture
Constructs a picture from the image in the filename that is passed as parameter.
DigitalPicture(DigitalPicture)
- Constructor for class img.
DigitalPicture
Constructs a new instance of this class that has the same state as the passed instance.
displayImage()
- Method in class img.
PictureFrame
Ensure that this picture frame is shown on the current graphical display.
displayPixelInformation(String, String)
- Method in class img.
PictureExplorer
Method to display the pixel information from the passed x and y but also converts x and y from strings
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