| 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.PDStreamFunctionorg.pdfbox.pdmodel.common.function.PDFunctionType4public class PDFunctionType4extends PDStreamFunctionConstructor Summary | |
| |
| |
Method Summary |
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, getDomainForInput, getNumberOfInputParameters, getNumberOfOutputParameters, getRangeForOutput, setDomainForInput, setRangeForOutput | |
protected PDFunctionType4(PDDocument doc)
Constructor to create a new blank type 4 function.
- Parameters:
doc- The document that the function will be part of.
public PDFunctionType4(PDStream functionDictionary)
Constructor.
- Parameters:
functionDictionary- The prepopulated function dictionary.