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.PDStreamFunction
org.pdfbox.pdmodel.common.function.PDFunctionType4
public class PDFunctionType4
extends PDStreamFunction
Constructor 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.