|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.decode.Predictor
com.sun.pdfview.decode.TIFFPredictor
public class TIFFPredictor
Undo prediction based on the TIFF Predictor 2 algorithm
Field Summary |
---|
Fields inherited from class com.sun.pdfview.decode.Predictor |
---|
PNG, TIFF |
Constructor Summary | |
---|---|
TIFFPredictor()
|
Method Summary | |
---|---|
java.nio.ByteBuffer |
unpredict(java.nio.ByteBuffer imageData)
Undo data based on the png algorithm |
Methods inherited from class com.sun.pdfview.decode.Predictor |
---|
getAlgorithm, getBitsPerComponent, getColors, getColumns, getPredictor, setBitsPerComponent, setColors, setColumns |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TIFFPredictor()
Method Detail |
---|
public java.nio.ByteBuffer unpredict(java.nio.ByteBuffer imageData) throws java.io.IOException
unpredict
in class Predictor
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |