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.PDFunctionType2
public class PDFunctionType2
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 PDFunctionType2()
Constructor to create a new blank type 2 function.
public PDFunctionType2(COSDictionary functionDictionary)
Constructor.
- Parameters:
functionDictionary
- The prepopulated function dictionary.