Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.pdfbox.pdmodel.common.function.PDFunction
org.pdfbox.pdmodel.common.function.PDDictionaryFunction
org.pdfbox.pdmodel.common.function.PDFunctionType3
public class PDFunctionType3
extends PDDictionaryFunction
Constructor Summary | |
| |
|
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 |
protected PDFunctionType3()
Constructor to create a new blank type 3 function.
public PDFunctionType3(COSDictionary functionDictionary)
Constructor.
- Parameters:
functionDictionary
- The prepopulated function dictionary.