public abstract class Prediction extends Object implements IPrediction
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_BitsPerComponent |
static COSName |
DK_Colors |
static COSName |
DK_Columns |
static COSName |
DK_Predictor |
static int |
None |
static int |
PNGAverage |
static int |
PNGNone |
static int |
PNGOptimum |
static int |
PNGPaeth |
static int |
PNGSub |
static int |
PNGUp |
static int |
TIFF |
| Constructor and Description |
|---|
Prediction(COSDictionary options) |
| Modifier and Type | Method and Description |
|---|---|
int |
computeResultRowSize() |
int |
computeSourceRowSize() |
byte[] |
decode(byte[] source) |
int |
getBitsPerComponent() |
int |
getColors() |
int |
getColumns() |
int |
getResultRowSize() |
int |
getSourceRowSize() |
public static final COSName DK_BitsPerComponent
public static final COSName DK_Colors
public static final COSName DK_Columns
public static final COSName DK_Predictor
public static final int None
public static final int PNGAverage
public static final int PNGNone
public static final int PNGOptimum
public static final int PNGPaeth
public static final int PNGSub
public static final int PNGUp
public static final int TIFF
public Prediction(COSDictionary options)
public int computeResultRowSize()
public int computeSourceRowSize()
public byte[] decode(byte[] source)
throws IOException
decode in interface IPredictionIOExceptionpublic int getBitsPerComponent()
public int getColors()
public int getColumns()
public int getResultRowSize()
public int getSourceRowSize()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.