public abstract class PhotometricInterpreter extends Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
bitsPerSample |
protected int |
height |
protected int |
predictor |
protected int |
samplesPerPixel |
protected int |
width |
Constructor and Description |
---|
PhotometricInterpreter(int fSamplesPerPixel,
int[] fBitsPerSample,
int Predictor,
int width,
int height) |
protected final int samplesPerPixel
protected final int[] bitsPerSample
protected final int predictor
protected final int width
protected final int height
public PhotometricInterpreter(int fSamplesPerPixel, int[] fBitsPerSample, int Predictor, int width, int height)
public abstract void interpretPixel(BufferedImage bi, int[] samples, int x, int y) throws ImageReadException, IOException
ImageReadException
IOException
public void dumpstats() throws ImageReadException, IOException
ImageReadException
IOException
Copyright © 2007-2012. All Rights Reserved.