Uses of Class
org.sejda.sambox.pdmodel.common.function.PDFunction
Packages that use PDFunction
Package
Description
This package contains functions that are available in the PDF specification.
-
Uses of PDFunction in org.sejda.sambox.pdmodel.common.function
Subclasses of PDFunction in org.sejda.sambox.pdmodel.common.functionModifier and TypeClassDescriptionclassThis class represents a type 0 function in a PDF document.classThis class represents a Type 2 (exponential interpolation) function in a PDF document.classThis class represents a Type 3 (stitching) function in a PDF document.classThis class represents a Type 4 (PostScript calculator) function in a PDF document.classThe identity function.Methods in org.sejda.sambox.pdmodel.common.function that return PDFunctionModifier and TypeMethodDescriptionstatic PDFunctionCreate the correct PD Model function based on the COS base function. -
Uses of PDFunction in org.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.pdmodel.graphics.color that return PDFunctionModifier and TypeMethodDescriptionPDDeviceN.getTintTransform()This will get the tint transform function.Methods in org.sejda.sambox.pdmodel.graphics.color with parameters of type PDFunctionModifier and TypeMethodDescriptionvoidPDDeviceN.setTintTransform(PDFunction tint) This will set the tint transform function.voidPDSeparation.setTintTransform(PDFunction tint) Sets the tint transform function. -
Uses of PDFunction in org.sejda.sambox.pdmodel.graphics.shading
Methods in org.sejda.sambox.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.Methods in org.sejda.sambox.pdmodel.graphics.shading with parameters of type PDFunctionModifier and TypeMethodDescriptionvoidPDShading.setFunction(PDFunction newFunction) This will set the function for the color conversion. -
Uses of PDFunction in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return PDFunctionModifier and TypeMethodDescriptionPDSoftMask.getTransferFunction()Returns the transfer function.