org.pdfbox.pdmodel.common.function
Class PDFunctionType2

java.lang.Object
  extended by org.pdfbox.pdmodel.common.function.PDFunction
      extended by org.pdfbox.pdmodel.common.function.PDDictionaryFunction
          extended by org.pdfbox.pdmodel.common.function.PDFunctionType2
All Implemented Interfaces:
COSObjectable

public class PDFunctionType2
extends PDDictionaryFunction

This class represents a type 2 function in a PDF document.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary
protected PDFunctionType2()
          Constructor to create a new blank type 2 function.
  PDFunctionType2(COSDictionary functionDictionary)
          Constructor.
 
Method Summary
 
Methods inherited from class org.pdfbox.pdmodel.common.function.PDDictionaryFunction
getCOSDictionary, getCOSObject, getDomainForInput, getNumberOfInputParameters, getNumberOfOutputParameters, getRangeForOutput, setDomainForInput, setRangeForOutput
 
Methods inherited from class org.pdfbox.pdmodel.common.function.PDFunction
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFunctionType2

protected PDFunctionType2()
Constructor to create a new blank type 2 function.


PDFunctionType2

public PDFunctionType2(COSDictionary functionDictionary)
Constructor.

Parameters:
functionDictionary - The prepopulated function dictionary.