Package com.datalogics.PDFL
Class PostScriptCalculatorFunction
java.lang.Object
com.datalogics.PDFL.Function
com.datalogics.PDFL.PostScriptCalculatorFunction
A function represented as a stream containing code written in a small subset of the PostScript language.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.datalogics.PDFL.Function
apply, getDomain, getNInputs, getNOutputs, getRange, setDomain, setRange
-
Constructor Details
-
PostScriptCalculatorFunction
Create PostScript calculator function, represented as a stream containing code written in a small subset of the PostScript language.- Parameters:
domain- an array of 2 * m numbers, where m is the number of input valuesrange- an array of 2 * n numbers, where n is the number of output valuescode- the code of the function, written in a subset of the PostScript language
-
-
Method Details
-
delete
public void delete() -
toString
A string value describing the function. -
getCode
The code of the function, written in a subset of the PostScript language. -
getStream
The underlying stream for this PostScriptCalculatorFunction.
-