StitchingFunction

StitchingFunction

Overview

StitchingFunction is a class in Aspose.Pdf FOSS for Java. Inherits from: PdfFunction.

Type 3 (Stitching) function (ISO 32000-1:2008, §7.10.4).

Properties

NameTypeAccessDescription
inputDimensionintReadReturns the number of input values.
outputDimensionintReadReturns the number of output values.

Methods

SignatureDescription
StitchingFunction(dict: COSDictionary, domain: double[], range: double[], parser: PDFParser)Creates a stitching function from a COS dictionary.
StitchingFunction(domain: double[], range: double[], functions: PdfFunction[], bounds: double[], encode: double[])Creates a stitching function directly (for testing).
evaluate(input: double[])double[]
getInputDimension()intReturns the number of input values.
getOutputDimension()intReturns the number of output values.
parse(obj: COSBase, parser: PDFParser)PdfFunctionFactory: parses a function from a COS object (dictionary or stream).

See Also