|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFunction | |
org.pdfbox.pdmodel.common.function | This package contains functions that are available in the PDF specification. |
org.pdfbox.pdmodel.graphics.color | This package deals with colors that are stored in a PDF document. |
Uses of PDFunction in org.pdfbox.pdmodel.common.function |
Subclasses of PDFunction in org.pdfbox.pdmodel.common.function | |
class |
PDDictionaryFunction
This class represents a function in a PDF document. |
class |
PDFunctionType0
This class represents a type 0 function in a PDF document. |
class |
PDFunctionType2
This class represents a type 2 function in a PDF document. |
class |
PDFunctionType3
This class represents a type 3 function in a PDF document. |
class |
PDFunctionType4
This class represents a type 4 function in a PDF document. |
class |
PDStreamFunction
This class represents a function in a PDF document. |
Methods in org.pdfbox.pdmodel.common.function that return PDFunction | |
static PDFunction |
PDFunction.create(COSBase function)
Create the correct PD Model function based on the COS base function. |
Uses of PDFunction in org.pdfbox.pdmodel.graphics.color |
Methods in org.pdfbox.pdmodel.graphics.color that return PDFunction | |
PDFunction |
PDSeparation.getTintTransform()
This will get the tint transform function. |
Methods in org.pdfbox.pdmodel.graphics.color with parameters of type PDFunction | |
void |
PDSeparation.setTintTransform(PDFunction tint)
This will set the tint transform function. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |