|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.common.function.PDFunction
org.pdfbox.pdmodel.common.function.PDStreamFunction
org.pdfbox.pdmodel.common.function.PDFunctionType4
public class PDFunctionType4
This class represents a type 4 function in a PDF document.
Constructor Summary | |
---|---|
protected |
PDFunctionType4(PDDocument doc)
Constructor to create a new blank type 4 function. |
|
PDFunctionType4(PDStream functionDictionary)
Constructor. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PDFunctionType4(PDDocument doc)
doc
- The document that the function will be part of.public PDFunctionType4(PDStream functionDictionary)
functionDictionary
- The prepopulated function dictionary.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |