- getBluePixel(int, int) - Method in class EzImage
-
Returns a single pixel value in the BLUE band.
- getBufferedImage() - Method in class EzImage
-
Returns the image in BufferedImage format.
- getGrayPixel(int, int) - Method in class EzImage
-
Returns a single pixel value in the GRAY band.
- getGreenPixel(int, int) - Method in class EzImage
-
Returns a single pixel value in the GREEN band.
- getHeight() - Method in class EzImage
-
Returns the height of the image.
- getPixel(int, int, int) - Method in class EzImage
-
Returns a single pixel value.
- 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.
- getRedPixel(int, int) - Method in class EzImage
-
Returns a single pixel value in the RED band.
- 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
-
- save(String, String) - Method in class EzImage
-
Creates an image file having the specified name and of the specified format.
- setBluePixel(int, int, int) - Method in class EzImage
-
Sets a single blue EzImage pixel value in the specified band to the specified value.
- setGrayPixel(int, int, int) - Method in class EzImage
-
Sets a single gray EzImage pixel value in the specified band to the specified value.
- setGreenPixel(int, int, int) - Method in class EzImage
-
Sets a single green EzImage pixel value in the specified band to the specified value.
- setPixel(int, int, int, int) - Method in class EzImage
-
Sets a single EzImage pixel value in the specified band to the specified value.
- 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.
- setRedPixel(int, int, int) - Method in class EzImage
-
Sets a single red EzImage pixel value in the specified band to the specified value.
- 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.