Uses of Class
org.apache.pdfbox.pdmodel.common.function.PDFunction
Packages that use PDFunction
Package
Description
This package contains functions that are available in the PDF specification.
This package deals with colors that are stored in a PDF document.
This package deals with shadings which are used for filling instead of a color.
This package deals with graphics states within the PDF document.
-
Uses of PDFunction in org.apache.pdfbox.pdmodel.common.function
Subclasses of PDFunction in org.apache.pdfbox.pdmodel.common.functionModifier and TypeClassDescriptionclass
This class represents a type 0 function in a PDF document.class
This class represents a Type 2 (exponential interpolation) function in a PDF document.class
This class represents a Type 3 (stitching) function in a PDF document.class
This class represents a Type 4 (PostScript calculator) function in a PDF document.class
The identity function.Fields in org.apache.pdfbox.pdmodel.common.function declared as PDFunctionMethods in org.apache.pdfbox.pdmodel.common.function that return PDFunctionModifier and TypeMethodDescriptionstatic PDFunction
Create the correct PD Model function based on the COS base function. -
Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as PDFunctionModifier and TypeFieldDescriptionprivate PDFunction
PDDeviceN.tintTransform
private PDFunction
PDSeparation.tintTransform
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDFunctionModifier and TypeMethodDescriptionPDDeviceN.getTintTransform()
This will get the tint transform function.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDFunctionModifier and TypeMethodDescriptionvoid
PDDeviceN.setTintTransform
(PDFunction tint) This will set the tint transform function.void
PDSeparation.setTintTransform
(PDFunction tint) Sets the tint transform function. -
Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDFunctionModifier and TypeFieldDescriptionprivate PDFunction
PDShading.function
private PDFunction[]
PDShading.functionArray
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return PDFunctionModifier and TypeMethodDescriptionAxialShadingContext.getFunction()
Returns the function.PDShading.getFunction()
This will return the function used to convert the color values.RadialShadingContext.getFunction()
Returns the function.private PDFunction[]
PDShading.getFunctionsArray()
Provide the function(s) of the shading dictionary as array.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDFunctionModifier and TypeMethodDescriptionvoid
PDShading.setFunction
(PDFunction newFunction) This will set the function for the color conversion. -
Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDFunctionMethods in org.apache.pdfbox.pdmodel.graphics.state that return PDFunctionModifier and TypeMethodDescriptionPDSoftMask.getTransferFunction()
Returns the transfer function. -
Uses of PDFunction in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PDFunctionConstructors in org.apache.pdfbox.rendering with parameters of type PDFunctionModifierConstructorDescription(package private)
SoftMask
(Paint paint, BufferedImage mask, Rectangle2D bboxDevice, PDColor backdropColor, PDFunction transferFunction) Creates a new soft mask paint.