Uses of Class
jaitools.tilecache.DiskCachedTile.TileAction

Packages that use DiskCachedTile.TileAction
jaitools.tilecache An implementation of TileCache which can use disk caching to supplement memory, allowing large volumes of image data to be handled. 
 

Uses of DiskCachedTile.TileAction in jaitools.tilecache
 

Methods in jaitools.tilecache that return DiskCachedTile.TileAction
static DiskCachedTile.TileAction DiskCachedTile.TileAction.get(int value)
          Reverse lookup.
static DiskCachedTile.TileAction DiskCachedTile.TileAction.getDefault()
          The default action.
static DiskCachedTile.TileAction DiskCachedTile.TileAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiskCachedTile.TileAction[] DiskCachedTile.TileAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2011. All Rights Reserved.