Uses of Class
jaitools.tilecache.DiskMemTileCache

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.
 



Copyright © 2009-2011. All Rights Reserved.