Uses of Class
jaitools.tiledimage.DiskMemImageGraphics.PaintMode

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

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



Copyright © 2009-2011. All Rights Reserved.