|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreter
org.apache.sanselan.formats.tiff.photometricinterpreters.PhotometricInterpreterCMYK
public class PhotometricInterpreterCMYK
| 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 |
|---|
public PhotometricInterpreterCMYK(int fSamplesPerPixel,
int[] fBitsPerSample,
int Predictor,
int width,
int height)
| Method Detail |
|---|
public void interpretPixel(java.awt.image.BufferedImage bi,
int[] samples,
int x,
int y)
throws ImageReadException,
java.io.IOException
interpretPixel in class PhotometricInterpreterImageReadException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||