PostScriptCalculatorFunction Class
A PostScript calculator function (PDF Type 4 function).
Declaration
public class PostScriptCalculatorFunction extends CustomFunction
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
CustomFunction
PostScriptCalculatorFunction
PostScriptCalculatorFunction(byte[] code)
Initializes a new instance of the PostScriptCalculatorFunction class with the specified PostScript calculator code.
Declaration
public PostScriptCalculatorFunction(byte[] code)
Parameters
| Name | Type | Description |
|---|---|---|
| code | byte[] | The PostScript calculator code. |
Methods
getCode() Method
Returns the PostScript calculator code.
Declaration
public byte[] getCode()
Returns
| Type | Description |
|---|---|
| byte[] | A byte array that contains the PostScript program code. |
setCode(byte[] value) Method
Sets the PostScript calculator code.
Declaration
public void setCode(byte[] value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | byte[] | A byte array that contains the PostScript program code. |