Uses of Class
org.apache.pdfbox.pdmodel.common.function.PDFunction
-
Packages that use PDFunction Package Description org.apache.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.state 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.function Modifier and Type Class Description classPDFunctionType0This class represents a type 0 function in a PDF document.classPDFunctionType2This class represents a Type 2 (exponential interpolation) function in a PDF document.classPDFunctionType3This class represents a Type 3 (stitching) function in a PDF document.classPDFunctionType4This class represents a Type 4 (PostScript calculator) function in a PDF document.classPDFunctionTypeIdentityThe identity function.Methods in org.apache.pdfbox.pdmodel.common.function that return PDFunction Modifier and Type Method Description static PDFunctionPDFunction. create(COSBase function)Create the correct PD Model function based on the COS base function. -
Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDFunction Modifier and Type Method Description PDFunctionPDDeviceN. getTintTransform()This will get the tint transform function.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDFunction Modifier and Type Method Description voidPDDeviceN. setTintTransform(PDFunction tint)This will set the tint transform function.voidPDSeparation. setTintTransform(PDFunction tint)Sets the tint transform function. -
Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.shading
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return PDFunction Modifier and Type Method Description PDFunctionAxialShadingContext. getFunction()Returns the function.PDFunctionPDShading. getFunction()This will return the function used to convert the color values.PDFunctionRadialShadingContext. getFunction()Returns the function.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDFunction Modifier and Type Method Description voidPDShading. setFunction(PDFunction newFunction)This will set the function for the color conversion. -
Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDFunction Modifier and Type Method Description PDFunctionPDSoftMask. getTransferFunction()Returns the transfer function.
-