org.pdfbox.pdmodel.common.function
Class PDFunctionType4

java.lang.Object
  extended byorg.pdfbox.pdmodel.common.function.PDFunction
      extended byorg.pdfbox.pdmodel.common.function.PDStreamFunction
          extended byorg.pdfbox.pdmodel.common.function.PDFunctionType4
All Implemented Interfaces:
COSObjectable

public class PDFunctionType4
extends PDStreamFunction

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

Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary
protected PDFunctionType4(PDDocument doc)
          Constructor to create a new blank type 4 function.
  PDFunctionType4(PDStream functionDictionary)
          Constructor.
 
Methods inherited from class org.pdfbox.pdmodel.common.function.PDStreamFunction
getCOSObject, getCOSStream, 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

PDFunctionType4

protected PDFunctionType4(PDDocument doc)
Constructor to create a new blank type 4 function.

Parameters:
doc - The document that the function will be part of.

PDFunctionType4

public PDFunctionType4(PDStream functionDictionary)
Constructor.

Parameters:
functionDictionary - The prepopulated function dictionary.