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

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

public class PhotometricInterpreterCMYK
extends PhotometricInterpreter


Field Summary
 
Fields inherited from class org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreter
bitsPerSample, height, predictor, samplesPerPixel, width
 
Constructor Summary
PhotometricInterpreterCMYK(int fSamplesPerPixel, int[] fBitsPerSample, int Predictor, int width, int height)
           
 
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

PhotometricInterpreterCMYK

public PhotometricInterpreterCMYK(int fSamplesPerPixel,
                                  int[] fBitsPerSample,
                                  int Predictor,
                                  int width,
                                  int height)
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.