PdfFunction

PdfFunction

Overview

PdfFunction 是一个类在Java的FOSS中.

简单的PDF函数基础 (ISO 32000-1:2008,第7.10).

这个类提供了4种方法,用于在Java程序中使用PdfFunction对象. 有的方法包括: evaluate, getInputDimension, getOutputDimension, parse. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: inputDimension, outputDimension.

Properties

NameTypeAccessDescription
inputDimensionintRead返回输入值的数量.
outputDimensionintRead返回输出值的数量.

Methods

SignatureDescription
evaluate(input: double[])double[]评估给定的输入值的函数.
getInputDimension()int返回输入值的数量.
getOutputDimension()int返回输出值的数量.
parse(obj: PdfBase, parser: PDFParser)PdfFunction工厂:从PDF对象 (字典或流) 中解析函数.

See Also

 中文