Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.common.function » [javadoc | source]
org.apache.pdfbox.pdmodel.common.function
abstract public class: PDDictionaryFunction [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.common.function.PDFunction
      org.apache.pdfbox.pdmodel.common.function.PDDictionaryFunction

All Implemented Interfaces:
    COSObjectable

Direct Known Subclasses:
    PDFunctionType3, PDFunctionType2

This class represents a function in a PDF document.
Constructor:
 protected PDDictionaryFunction(int functionType) 
 public PDDictionaryFunction(COSDictionary functionDictionary) 
    Constructor.
    Parameters:
    functionDictionary - The prepopulated function dictionary.
Method from org.apache.pdfbox.pdmodel.common.function.PDDictionaryFunction Summary:
getCOSDictionary,   getCOSObject,   getDomainForInput,   getNumberOfInputParameters,   getNumberOfOutputParameters,   getRangeArray,   getRangeForOutput,   setDomainForInput,   setRangeForOutput
Methods from org.apache.pdfbox.pdmodel.common.function.PDFunction:
Eval,   create,   getDomainForInput,   getNumberOfInputParameters,   getNumberOfOutputParameters,   getRangeForOutput,   setDomainForInput,   setRangeForOutput
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.common.function.PDDictionaryFunction Detail:
 public COSDictionary getCOSDictionary() 
    Get the underlying cos dictionary.
 public COSBase getCOSObject() 
    {@inheritDoc}
 public PDRange getDomainForInput(int n) 
    {@inheritDoc}
 public int getNumberOfInputParameters() 
    {@inheritDoc}
 public int getNumberOfOutputParameters() 
    {@inheritDoc}
 protected COSArray getRangeArray(String fieldName,
    int n) 
 public PDRange getRangeForOutput(int n) 
    {@inheritDoc}
 public  void setDomainForInput(PDRange range,
    int n) 
    {@inheritDoc}
 public  void setRangeForOutput(PDRange range,
    int n) 
    {@inheritDoc}