public interface IPdfFunction
Modifier and Type | Method and Description |
---|---|
double[] |
calculate(double[] input)
Calculates one set of input components to one set of output components.
|
byte[] |
calculateFromByteArray(byte[] bytes, int offset, int length, int wordSizeInputLength, int wordSizeOutputLength) |
byte[] |
calculateFromByteArray(byte[] bytes, int offset, int length, int wordSizeInputLength, int wordSizeOutputLength, BaseInputOutPutConvertors.IInputConversionFunction inputConvertor, BaseInputOutPutConvertors.IOutputConversionFunction outputConvertor) |
boolean |
checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) |
double[] |
clipInput(double[] input) |
double[] |
clipOutput(double[] input) |
PdfObject |
getAsPdfObject() |
double[] |
getDomain() |
int |
getFunctionType() |
int |
getInputSize() |
int |
getOutputSize() |
double[] |
getRange() |
void |
setDomain(double[] value) |
void |
setRange(double[] value) |
int getFunctionType()
boolean checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace)
int getInputSize()
int getOutputSize()
double[] getDomain()
void setDomain(double[] value)
double[] getRange()
void setRange(double[] value)
double[] calculate(double[] input)
input
- The input values size must contain getInputSize()
items
getOutputSize()
items containing the result
byte[] calculateFromByteArray(byte[] bytes, int offset, int length, int wordSizeInputLength, int wordSizeOutputLength) throws IOException
IOException
byte[] calculateFromByteArray(byte[] bytes, int offset, int length, int wordSizeInputLength, int wordSizeOutputLength, BaseInputOutPutConvertors.IInputConversionFunction inputConvertor, BaseInputOutPutConvertors.IOutputConversionFunction outputConvertor) throws IOException
IOException
double[] clipInput(double[] input)
double[] clipOutput(double[] input)
PdfObject getAsPdfObject()
Copyright © 1998–2022 iText Group NV. All rights reserved.