| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2009–2018. All rights reserved.