Uses of Class
jaitools.tiledimage.DiskMemImageGraphics.OpType

Packages that use DiskMemImageGraphics.OpType
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 DiskMemImageGraphics.OpType in jaitools.tiledimage
 

Methods in jaitools.tiledimage that return DiskMemImageGraphics.OpType
static DiskMemImageGraphics.OpType DiskMemImageGraphics.OpType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiskMemImageGraphics.OpType[] DiskMemImageGraphics.OpType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2011. All Rights Reserved.