| 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 |
|---|---|
static DiskMemTileCache |
DiskMemImage.getCommonTileCache()
Get the common tile cache.
|
DiskMemTileCache |
DiskMemImage.getTileCache()
Gets a reference to the
DiskMemTileCache instance
used by this image. |
| Modifier and Type | Method and Description |
|---|---|
static void |
DiskMemImage.setCommonTileCache(DiskMemTileCache newCache)
Sets a new common cache.
|
Copyright © 2009–2018. All rights reserved.