| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.pdfbox.pdmodel.common.function.PDFunctionorg.pdfbox.pdmodel.common.function.PDDictionaryFunctionorg.pdfbox.pdmodel.common.function.PDFunctionType2public class PDFunctionType2extends PDDictionaryFunctionConstructor 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.