Uses of Class
jaitools.tiledimage.PixelOutsideImageException

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

Methods in jaitools.tiledimage that throw PixelOutsideImageException
 int DiskMemImage.getSample(int x, int y, int b)
          Gets the image value for the given image position as an integer.
 double DiskMemImage.getSampleDouble(int x, int y, int b)
          Gets the image value for the given image position as a double.
 float DiskMemImage.getSampleFloat(int x, int y, int b)
          Gets the image value for the given image position as a float.
 void DiskMemImage.setSample(int x, int y, int b, double value)
          Sets the image value for the given image position as a double.
 void DiskMemImage.setSample(int x, int y, int b, float value)
          Sets the image value for the given image position as a float.
 void DiskMemImage.setSample(int x, int y, int b, int value)
          Sets the image value for the given image position as an integer.
 



Copyright © 2009-2011. All Rights Reserved.