|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiskMemTileCache | |
|---|---|
| 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 DiskMemTileCache in jaitools.tiledimage |
|---|
| Fields in jaitools.tiledimage declared as DiskMemTileCache | |
|---|---|
protected DiskMemTileCache |
DiskMemImage.tileCache
The tile cache in use by this image. |
| Methods in jaitools.tiledimage that return DiskMemTileCache | |
|---|---|
static DiskMemTileCache |
DiskMemImage.getCommonTileCache()
Get the common tile cache. |
DiskMemTileCache |
DiskMemImage.getTileCache()
Gets a reference to the DiskMemTileCache instance
used by this image. |
| Methods in jaitools.tiledimage with parameters of type DiskMemTileCache | |
|---|---|
static void |
DiskMemImage.setCommonTileCache(DiskMemTileCache newCache)
Sets a new common cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||