Uses of Class
org.jaitools.tiledimage.DiskMemImageGraphics.OpType

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

Uses of DiskMemImageGraphics.OpType in org.jaitools.tiledimage
 

Methods in org.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-2015. All Rights Reserved.