| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFunctionType0This class represents a type 0 function in a PDF document. | 
| class  | PDFunctionType2This class represents a type 2 function in a PDF document. | 
| class  | PDFunctionType3This class represents a type 3 function in a PDF document. | 
| class  | PDFunctionType4This class represents a type 4 function in a PDF document. | 
| Modifier and Type | Method and Description | 
|---|---|
| static PDFunction | PDFunction. create(COSBase function)Create the correct PD Model function based on the COS base function. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDFunction | PDShading. getFunction()Returns the function used by several of the gradient types. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDFunction | PDSeparation. getTintTransform()This will get the tint transform function. | 
| PDFunction | PDDeviceN. getTintTransform()This will get the tint transform function. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDSeparation. setTintTransform(PDFunction tint)This will set the tint transform function. | 
| void | PDDeviceN. setTintTransform(PDFunction tint)This will set the tint transform function. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PDFunction | ShadingContext. shadingTinttransform | 
| Modifier and Type | Method and Description | 
|---|---|
| PDFunction | RadialShadingContext. getFunction()Returns the function. | 
| PDFunction | PDShadingResources. getFunction()This will return the function used to convert the color values. | 
| PDFunction | AxialShadingContext. getFunction()Returns the function. | 
| PDFunction | ShadingContext. getShadingTintTransform()Returns the function used for the shading tint transformation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDShadingResources. setFunction(PDFunction newFunction)This will set the function for the color conversion. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.