public abstract class PDFunction extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDFunction.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_Domain |
static COSName |
DK_FunctionType
Common names
|
static COSName |
DK_Range |
static PDFunction.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
COSArray |
cosGetDomain() |
abstract float[] |
evaluate(float[] values) |
float |
getDomainMax(int dimension) |
float |
getDomainMin(int dimension) |
int |
getInputSize() |
abstract int |
getOutputSize() |
COSArray |
getRange() |
float |
getRangeMax(int dimension) |
float |
getRangeMin(int dimension) |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDFunction.MetaClass META
public static final COSName DK_FunctionType
public static final COSName DK_Domain
public static final COSName DK_Range
public abstract float[] evaluate(float[] values)
public float getDomainMax(int dimension)
public float getDomainMin(int dimension)
public int getInputSize()
public abstract int getOutputSize()
public COSArray cosGetDomain()
public COSArray getRange()
public float getRangeMax(int dimension)
public float getRangeMin(int dimension)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.