org.apache.sanselan.formats.tiff.photometricinterpreters
Class PhotometricInterpreterBiLevel

java.lang.Object
  extended by org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreter
      extended by org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreterBiLevel

public class PhotometricInterpreterBiLevel
extends PhotometricInterpreter


Field Summary
 
Fields inherited from class org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreter
bitsPerSample, height, predictor, samplesPerPixel, width
 
Constructor Summary
PhotometricInterpreterBiLevel(int fBitsPerPixel, int fSamplesPerPixel, int[] fBitsPerSample, int Predictor, int width, int height, boolean invert)
           
 
Method Summary
 void interpretPixel(java.awt.image.BufferedImage bi, int[] samples, int x, int y)
           
 
Methods inherited from class org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreter
dumpstats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotometricInterpreterBiLevel

public PhotometricInterpreterBiLevel(int fBitsPerPixel,
                                     int fSamplesPerPixel,
                                     int[] fBitsPerSample,
                                     int Predictor,
                                     int width,
                                     int height,
                                     boolean invert)
Method Detail

interpretPixel

public void interpretPixel(java.awt.image.BufferedImage bi,
                           int[] samples,
                           int x,
                           int y)
                    throws ImageReadException,
                           java.io.IOException
Specified by:
interpretPixel in class PhotometricInterpreter
Throws:
ImageReadException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.