Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
I
M
N
R
S
A
ALPHA
- Static variable in class
EzImage
B
BLUE
- Static variable in class
EzImage
C
copy()
- Method in class
EzImage
Returns a copy of the calling EzImage.
copyToGrayScale()
- Method in class
EzImage
Returns an EzImage object that is a gray-scale copy.
E
EzImage
- Class in
<Unnamed>
The EzImage class makes accessing and manipulating images straightforward.
EzImage(int[][])
- Constructor for class
EzImage
Constructs an EzImage object represented by the specified pixels.
EzImage(int[][][])
- Constructor for class
EzImage
Constructs an EzImage object represented by the specified pixels.
EzImage(int[], int, int)
- Constructor for class
EzImage
Constructs an EzImage object represented by the specified pixels.
EzImage(BufferedImage)
- Constructor for class
EzImage
Constructs an EzImage object by wrapping around a BufferedImage object.
EzImage(String)
- Constructor for class
EzImage
Constructs an EzImage object by reading the image file specified by the filename.
EzImage(File)
- Constructor for class
EzImage
Constructs an EzImage object from the File object indicated.
EzImage(URL)
- Constructor for class
EzImage
Constructs an EzImage object by reading the image specified by the url.
G
getBufferedImage()
- Method in class
EzImage
Returns the image in BufferedImage format.
getHeight()
- Method in class
EzImage
Returns the height of the image.
getPixels1D(int)
- Method in class
EzImage
Returns a 1D array of pixel values corresponding to the specified band.
getPixels1D()
- Method in class
EzImage
Returns a 1D array of pixel values corresponding to gray values.
getPixels2D(int)
- Method in class
EzImage
Returns a 2D array of pixel values corresponding to the specified band.
getPixels2D()
- Method in class
EzImage
Returns a 2D array of pixel values corresponding to gray values.
getPixels3D()
- Method in class
EzImage
Returns a 3D array of pixel values.
getSupportedWritingFormats()
- Method in class
EzImage
Returns a String array listing the file formats supported by this class for writing.
getWidth()
- Method in class
EzImage
Returns the width of the image.
GRAY
- Static variable in class
EzImage
GREEN
- Static variable in class
EzImage
I
isColor()
- Method in class
EzImage
Returns true if the image is a color image and false otherwise.
M
main(String[])
- Static method in class
EzImage
The main method for this class.
N
numColorBands()
- Method in class
EzImage
Returns the number of color bands present in the image.
R
RED
- Static variable in class
EzImage
S
save(String, String)
- Method in class
EzImage
Creates an image file having the specified name and of the specified format.
setPixels(int[])
- Method in class
EzImage
Sets all of the EzImage pixels.
setPixels(int[], int)
- Method in class
EzImage
Sets all of the EzImage pixels in the specified band.
setPixels(int[][])
- Method in class
EzImage
Sets all of the EzImage pixels.
setPixels(int[][], int)
- Method in class
EzImage
Sets all of the EzImage pixels in the specified band.
setPixels(int[][][])
- Method in class
EzImage
Sets all of the EzImage pixels.
show(String)
- Method in class
EzImage
Creates a window that will display this EzImage.
show(String, int, int)
- Method in class
EzImage
Creates a window that will display this EzImage.
A
B
C
E
G
I
M
N
R
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes