org.pdfbox.pdmodel.common.function

Class PDFunctionType3

Implemented Interfaces:
COSObjectable

public class PDFunctionType3
extends PDDictionaryFunction

This class represents a type 3 function in a PDF document.
Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary

PDFunctionType3()
Constructor to create a new blank type 3 function.
PDFunctionType3(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, getDomainForInput, getNumberOfInputParameters, getNumberOfOutputParameters, getRangeForOutput, setDomainForInput, setRangeForOutput

Constructor Details

PDFunctionType3

protected PDFunctionType3()
Constructor to create a new blank type 3 function.

PDFunctionType3

public PDFunctionType3(COSDictionary functionDictionary)
Constructor.
Parameters:
functionDictionary - The prepopulated function dictionary.