public class PDFunctionType4 extends PDFunction
| Constructor and Description |
|---|
PDFunctionType4(COSBase function)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSArray |
eval(COSArray input)
Evaluates the function at the given input.
|
int |
getFunctionType()
Returns the function type.
|
clipToRange, clipToRange, create, getCOSObject, getDictionary, getDomainForInput, getNumberOfInputParameters, getNumberOfOutputParameters, getPDStream, getRangeForOutput, getRangeValues, interpolate, setDomainValues, setRangeValuespublic PDFunctionType4(COSBase function)
functionStream - The function .public int getFunctionType()
getFunctionType in class PDFunctionpublic COSArray eval(COSArray input) throws IOException
eval in class PDFunctioninput - The array of input values for the function. In many cases will be an array of a single value, but not always.IOExceptionCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.