PostScriptFunction

PostScriptFunction

Overview

PostScriptFunction is a class in Aspose.PDF FOSS for Java. Inherits from: PdfFunction.

Type 4 (PostScript Calculator) function (ISO 32000-1:2008, §7.10.5).

This class provides 6 methods for working with PostScriptFunction objects in Java programs. Available methods include: PostScriptFunction, 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

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

Methods

SignatureDescription
PostScriptFunction(dict: PdfDictionary, domain: double[], range: double[])Creates a PostScript function from a PDF stream dictionary.
PostScriptFunction(domain: double[], range: double[], program: String)Creates a PostScript function directly (for testing).
evaluate(input: double[])double[]
getInputDimension()intReturns the number of input values.
getOutputDimension()intReturns the number of output values.
parse(obj: PdfBase, parser: PDFParser)PdfFunctionFactory: parses a function from a PDF object (dictionary or stream).

See Also

 English