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

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

public class PhotometricInterpreterLogLUV
extends PhotometricInterpreter


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

Constructor Detail

PhotometricInterpreterLogLUV

public PhotometricInterpreterLogLUV(int fSamplesPerPixel,
                                    int[] fBitsPerSample,
                                    int Predictor,
                                    int width,
                                    int height,
                                    boolean yonly)
Method Detail

dumpstats

public void dumpstats()
               throws ImageReadException,
                      java.io.IOException
Overrides:
dumpstats in class PhotometricInterpreter
Throws:
ImageReadException
java.io.IOException

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.