COSObjectablepublic class PDFunctionType3 extends PDFunction
| Constructor | Description |
|---|---|
PDFunctionType3(COSBase functionStream) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
float[] |
eval(float[] input) |
Evaluates the function at the given input.
|
COSArray |
getBounds() |
Returns all bounds values as COSArray.
|
COSArray |
getEncode() |
Returns all encode values as COSArray.
|
COSArray |
getFunctions() |
Returns all functions values as COSArray.
|
int |
getFunctionType() |
Returns the function type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclipToRange, clipToRange, create, eval, getCOSObject, getDomainForInput, getNumberOfInputParameters, getNumberOfOutputParameters, getPDStream, getRangeForOutput, getRangeValues, interpolate, setDomainValues, setRangeValues, toStringpublic PDFunctionType3(COSBase functionStream)
functionStream - The function .public int getFunctionType()
getFunctionType in class PDFunctionpublic float[] eval(float[] input)
throws java.io.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.java.io.IOException - an IOExcpetion is thrown if something went wrong processing the function.public COSArray getFunctions()
public COSArray getBounds()
public COSArray getEncode()
Copyright © 2002–2018. All rights reserved.