|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PixelOutsideImageException | |
|---|---|
| org.jaitools.tiledimage | A writable tiled image class similar to JAI's TiledImage but backed
by DiskMemTileCache to handle very large images
within limited memory. |
| Uses of PixelOutsideImageException in org.jaitools.tiledimage |
|---|
| Methods in org.jaitools.tiledimage that throw PixelOutsideImageException | |
|---|---|
int |
DiskMemImage.getSample(int x,
int y,
int b)
Gets the image value for the given image position as an integer. |
double |
DiskMemImage.getSampleDouble(int x,
int y,
int b)
Gets the image value for the given image position as a double. |
float |
DiskMemImage.getSampleFloat(int x,
int y,
int b)
Gets the image value for the given image position as a float. |
void |
DiskMemImage.setSample(int x,
int y,
int b,
double value)
Sets the image value for the given image position as a double. |
void |
DiskMemImage.setSample(int x,
int y,
int b,
float value)
Sets the image value for the given image position as a float. |
void |
DiskMemImage.setSample(int x,
int y,
int b,
int value)
Sets the image value for the given image position as an integer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||