Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
P
S
T
A
accept(File)
- Method in class images.
ImageFileFilter
APImage
- Class in
images
LICENSE: This is open-source software released under the terms of the
GPL (http://www.gnu.org/licenses/gpl.html).
This class supports the processing of images.
Input image files must be in JPEG format.
APImage(int, int)
- Constructor for class images.
APImage
Creates a blank image whose color is black.
APImage(String)
- Constructor for class images.
APImage
Creates an image from a given file.
APImage()
- Constructor for class images.
APImage
Creates an image from a file dialog selection or creates a blank image if the user cancels.
C
clone()
- Method in class images.
APImage
Returns a copy of the image.
clone()
- Method in class images.
Pixel
Returns a copy of the pixel.
D
draw()
- Method in class images.
APImage
Displays the image in its window.
G
getBlue()
- Method in class images.
Pixel
Returns the blue value of the pixel.
getDescription()
- Method in class images.
ImageFileFilter
getGreen()
- Method in class images.
Pixel
Returns the green value of the pixel.
getHeight()
- Method in class images.
APImage
Returns the height of the image in pixels.
getPixel(int, int)
- Method in class images.
APImage
Returns the pixel at the given (x, y) position.
getRed()
- Method in class images.
Pixel
Returns the red value of the pixel.
getValue()
- Method in class images.
Pixel
Returns the integer value of the pixel.
getWidth()
- Method in class images.
APImage
Returns the width of the image in pixels.
I
ImageFileFilter
- Class in
images
This class implements a filter for image file names.
ImageFileFilter(String, String)
- Constructor for class images.
ImageFileFilter
ImagePanel
- Class in
images
LICENSE: This is open-source software released under the terms of the
GPL (http://www.gnu.org/licenses/gpl.html).
This class implements a panel for displaying an image.
ImagePanel(Image, int, int)
- Constructor for class images.
ImagePanel
Creates an ImagePanel.
images
- package images
iterator()
- Method in class images.
APImage
Returns an iterator on the image.
P
paintComponent(Graphics)
- Method in class images.
ImagePanel
Draws the image in the panel if the image is not null.
Pixel
- Class in
images
This class represents a pixel that contains an RGB value.
Pixel(int)
- Constructor for class images.
Pixel
LICENSE: This is open-source software released under the terms of the
GPL (http://www.gnu.org/licenses/gpl.html).
zz8 Creates a Pixel from an integer value.
Pixel(int, int, int)
- Constructor for class images.
Pixel
Creates a Pixel from RGB values.
S
save()
- Method in class images.
APImage
Saves the image under its current file name or runs
saveAs
if no file name yet.
saveAs()
- Method in class images.
APImage
Saves the image using a file dialog.
setBlue(int)
- Method in class images.
Pixel
Resets the pixel's blue value.
setGreen(int)
- Method in class images.
Pixel
Resets the pixel's green value.
setImage(Image, int, int)
- Method in class images.
ImagePanel
Resets the image and redraws it in the panel.
setPixel(int, int, Pixel)
- Method in class images.
APImage
Resets the pixel at the given (x, y) position but does not redraw it.
setRed(int)
- Method in class images.
Pixel
Resets the pixel's red value.
T
toString()
- Method in class images.
APImage
Returns a string representation of the image (file name, width, and height).
toString()
- Method in class images.
Pixel
Returns the string representation of the of the pixel.
A
C
D
G
I
P
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes