intarsys PDF library API

de.intarsys.pdf.filter
Class PNGOptimumPrediction

java.lang.Object
  extended by de.intarsys.pdf.filter.Prediction
      extended by de.intarsys.pdf.filter.PNGPrediction
          extended by de.intarsys.pdf.filter.PNGOptimumPrediction
All Implemented Interfaces:
IPrediction

public class PNGOptimumPrediction
extends PNGPrediction


Field Summary
 
Fields inherited from class de.intarsys.pdf.filter.Prediction
DK_BitsPerComponent, DK_Colors, DK_Columns, DK_Predictor, None, PNGAverage, PNGNone, PNGOptimum, PNGPaeth, PNGSub, PNGUp, TIFF
 
Constructor Summary
PNGOptimumPrediction(COSDictionary options)
           
 
Method Summary
 void decodeRow(byte[] source, int sourceOffset, byte[] result, int resultOffset)
           
 
Methods inherited from class de.intarsys.pdf.filter.PNGPrediction
computeSourceRowSize
 
Methods inherited from class de.intarsys.pdf.filter.Prediction
computeResultRowSize, decode, getBitsPerComponent, getColors, getColumns, getResultRowSize, getSourceRowSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PNGOptimumPrediction

public PNGOptimumPrediction(COSDictionary options)
Method Detail

decodeRow

public void decodeRow(byte[] source,
                      int sourceOffset,
                      byte[] result,
                      int resultOffset)
               throws IOException
Throws:
IOException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.