Uses of Class
org.apache.pdfbox.pdmodel.common.function.PDFunction

Packages that use PDFunction
org.apache.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification. 
org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
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. 
 

Uses of PDFunction in org.apache.pdfbox.pdmodel.common.function
 

Subclasses of PDFunction in org.apache.pdfbox.pdmodel.common.function
 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.
 

Methods in org.apache.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.apache.pdfbox.pdmodel.graphics
 

Methods in org.apache.pdfbox.pdmodel.graphics that return PDFunction
 PDFunction PDShading.getFunction()
          Returns the function used by several of the gradient types.
 

Uses of PDFunction in org.apache.pdfbox.pdmodel.graphics.color
 

Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDFunction
 PDFunction PDSeparation.getTintTransform()
          This will get the tint transform function.
 PDFunction PDDeviceN.getTintTransform()
          This will get the tint transform function.
 

Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDFunction
 void PDSeparation.setTintTransform(PDFunction tint)
          This will set the tint transform function.
 void PDDeviceN.setTintTransform(PDFunction tint)
          This will set 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
 PDFunction PDShadingType2.getFunction()
          This will return the function used to convert the color values.
 PDFunction PDShadingType1.getFunction()
          This will return the function used to convert the color values.
 PDFunction PDShadingType5.getFunction()
          This will return the function used to convert the color values.
 PDFunction PDShadingType4.getFunction()
          This will return the function used to convert the color values.
 

Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDFunction
 void PDShadingType2.setFunction(PDFunction newFunction)
          This will set the function for the color conversion.
 void PDShadingType1.setFunction(PDFunction newFunction)
          This will set the function for the color conversion.
 void PDShadingType5.setFunction(PDFunction newFunction)
          This will set the function for the color conversion.
 void PDShadingType4.setFunction(PDFunction newFunction)
          This will set the function for the color conversion.