intarsys PDF library API

de.intarsys.pdf.pd
Class PDInterpolationFunction

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.pd.PDObject
          extended by de.intarsys.pdf.pd.PDFunction
              extended by de.intarsys.pdf.pd.PDInterpolationFunction
All Implemented Interfaces:
ICOSObjectListener, IAttributeSupport

public class PDInterpolationFunction
extends PDFunction

Function implementation supporting interpolation.


Nested Class Summary
static class PDInterpolationFunction.MetaClass
          The meta class implementation
 
Field Summary
static COSName DK_C0
           
static COSName DK_C1
           
static COSName DK_N
           
static PDInterpolationFunction.MetaClass META
          The meta class instance
 
Fields inherited from class de.intarsys.pdf.pd.PDFunction
DK_Domain, DK_FunctionType, DK_Range
 
Fields inherited from class de.intarsys.pdf.pd.PDObject
DK_Subtype, DK_Type
 
Method Summary
 float[] evaluate(float[] values)
           
 float[] getC0()
           
 float[] getC1()
           
 float getN()
           
 int getOutputSize()
           
 
Methods inherited from class de.intarsys.pdf.pd.PDFunction
cosGetDomain, getDomainMax, getDomainMin, getInputSize, getRange, getRangeMax, getRangeMin
 
Methods inherited from class de.intarsys.pdf.pd.PDObject
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
changed, 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, setFieldString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DK_C0

public static final COSName DK_C0

DK_C1

public static final COSName DK_C1

DK_N

public static final COSName DK_N

META

public static final PDInterpolationFunction.MetaClass META
The meta class instance

Method Detail

evaluate

public float[] evaluate(float[] values)
Specified by:
evaluate in class PDFunction

getC0

public float[] getC0()

getC1

public float[] getC1()

getN

public float getN()

getOutputSize

public int getOutputSize()
Specified by:
getOutputSize in class PDFunction

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.