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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFunctionType0 |
This class represents a type 0 function in a PDF document.
|
class |
PDFunctionType2 |
This class represents a Type 2 (exponential interpolation) function in a PDF
document.
|
class |
PDFunctionType3 |
This class represents a Type 3 (stitching) function in a PDF document.
|
class |
PDFunctionType4 |
This class represents a Type 4 (PostScript calculator) function in a PDF document.
|
class |
PDFunctionTypeIdentity |
The identity function.
|
Modifier and Type | Method | Description |
---|---|---|
static PDFunction |
PDFunction.create(COSBase function) |
Create the correct PD Model function based on the COS base function.
|
Modifier and Type | Method | Description |
---|---|---|
PDFunction |
PDDeviceN.getTintTransform() |
This will get the tint transform function.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDeviceN.setTintTransform(PDFunction tint) |
This will set the tint transform function.
|
void |
PDSeparation.setTintTransform(PDFunction tint) |
Sets the tint transform function.
|
Modifier and Type | Method | Description |
---|---|---|
PDFunction |
AxialShadingContext.getFunction() |
Returns the function.
|
PDFunction |
PDShading.getFunction() |
This will return the function used to convert the color values.
|
PDFunction |
RadialShadingContext.getFunction() |
Returns the function.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDShading.setFunction(PDFunction newFunction) |
This will set the function for the color conversion.
|
Modifier and Type | Method | Description |
---|---|---|
PDFunction |
PDSoftMask.getTransferFunction() |
Returns the transfer function.
|
Copyright © 2002–2018. All rights reserved.