Uses of Class
org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreter

Packages that use PhotometricInterpreter
org.apache.sanselan.formats.tiff   
org.apache.sanselan.formats.tiff.datareaders   
org.apache.sanselan.formats.tiff.photometricinterpreters   
 

Uses of PhotometricInterpreter in org.apache.sanselan.formats.tiff
 

Methods in org.apache.sanselan.formats.tiff with parameters of type PhotometricInterpreter
abstract  DataReader TiffImageData.getDataReader(java.util.ArrayList entries, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression)
           
 DataReader TiffImageData.Tiles.getDataReader(java.util.ArrayList entries, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression)
           
 DataReader TiffImageData.Strips.getDataReader(java.util.ArrayList entries, PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression)
           
 

Uses of PhotometricInterpreter in org.apache.sanselan.formats.tiff.datareaders
 

Fields in org.apache.sanselan.formats.tiff.datareaders declared as PhotometricInterpreter
protected  PhotometricInterpreter DataReader.photometricInterpreter
           
 

Constructors in org.apache.sanselan.formats.tiff.datareaders with parameters of type PhotometricInterpreter
DataReader(PhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel)
           
DataReaderStrips(PhotometricInterpreter photometricInterpreter, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, int rowsPerStrip, TiffImageData.Strips imageData)
           
DataReaderTiled(PhotometricInterpreter photometricInterpreter, int tileWidth, int tileLength, int bitsPerPixel, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height, int compression, TiffImageData.Tiles imageData)
           
 

Uses of PhotometricInterpreter in org.apache.sanselan.formats.tiff.photometricinterpreters
 

Subclasses of PhotometricInterpreter in org.apache.sanselan.formats.tiff.photometricinterpreters
 class PhotometricInterpreterBiLevel
           
 class PhotometricInterpreterCIELAB
           
 class PhotometricInterpreterCMYK
           
 class PhotometricInterpreterLogLUV
           
 class PhotometricInterpreterPalette
           
 class PhotometricInterpreterRGB
           
 class PhotometricInterpreterYCbCr
           
 



Copyright © 2007-2009. All Rights Reserved.