SampledFunction
Overview
SampledFunction is a class in Aspose.PDF FOSS for Java.
Inherits from: PdfFunction.
Type 0 (Sampled) function (ISO 32000-1:2008, §7.10.2).
This class provides 5 methods for working with SampledFunction objects in Java programs.
Available methods include: SampledFunction, evaluate, getInputDimension, getOutputDimension, parse.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: inputDimension, outputDimension.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
inputDimension | int | Read | Returns the number of input values. |
outputDimension | int | Read | Returns the number of output values. |
Methods
| Signature | Description |
|---|---|
SampledFunction(dict: PdfDictionary, domain: double[], range: double[]) | Creates a sampled function from a PDF stream dictionary. |
evaluate(input: double[]) → double[] | |
getInputDimension() → int | Returns the number of input values. |
getOutputDimension() → int | Returns the number of output values. |
parse(obj: PdfBase, parser: PDFParser) → PdfFunction | Factory: parses a function from a PDF object (dictionary or stream). |