| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored in a PDF document.
|
| org.apache.pdfbox.pdmodel.graphics.pattern |
This package deals with patterns which are used instead of colors.
|
| org.verapdf.model.factory.colors | |
| org.verapdf.model.factory.operator | |
| org.verapdf.model.impl.pb.operator.pathpaint | |
| org.verapdf.model.impl.pb.pd.colors | |
| org.verapdf.model.impl.pb.pd.pattern | |
| org.verapdf.model.tools.resources |
| Modifier and Type | Method and Description |
|---|---|
PDAbstractPattern |
PDResources.getPattern(COSName name)
Returns the pattern resource with the given name, or null if none exists.
|
| Modifier and Type | Method and Description |
|---|---|
COSName |
PDResources.add(PDAbstractPattern pattern)
Adds the given pattern to the resources of the current page and returns the name for the
new resources.
|
void |
PDResources.put(COSName name,
PDAbstractPattern pattern)
Sets the pattern resource with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
PDAbstractPattern |
PDPattern.getPattern(PDColor color)
Returns the pattern for the given color.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDShadingPattern
A shading pattern dictionary.
|
class |
PDTilingPattern
A tiling pattern dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static PDAbstractPattern |
PDAbstractPattern.create(COSDictionary resourceDictionary)
Create the correct PD Model pattern based on the COS base pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static PDColorSpace |
ColorSpaceFactory.getColorSpace(PDColorSpace colorSpace,
PDAbstractPattern pattern,
PDInheritableResources resources,
int opm,
boolean overprintingFlag,
PDDocument document,
PDFAFlavour flavour)
Transform object of pdfbox to corresponding object of veraPDF-library (
PDColorSpace to
PBoxPDColorSpace). |
static PDPattern |
ColorSpaceFactory.getPattern(PDAbstractPattern pattern,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour)
Transform object of pdfbox to corresponding object of veraPDF-library (
PDAbstractPattern to
PBoxPDPattern) |
| Modifier and Type | Method and Description |
|---|---|
PDAbstractPattern |
GraphicState.getFillPattern() |
PDAbstractPattern |
GraphicState.getStrokePattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicState.setFillPattern(PDAbstractPattern fillPattern) |
void |
GraphicState.setStrokePattern(PDAbstractPattern strokePattern) |
| Constructor and Description |
|---|
PBOpPathPaint(List<COSBase> arguments,
PDAbstractPattern fillPattern,
PDAbstractPattern strokePattern,
PDColorSpace pbStrokeColorSpace,
PDColorSpace pbFillColorSpace,
PDInheritableResources resources,
String type,
int op,
boolean overprintingFlagStroke,
boolean overprintingFlagNonStroke,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBoxPDColorSpace(PDAbstractPattern simplePDObject,
String type) |
| Constructor and Description |
|---|
PBoxPDPattern(PDAbstractPattern simplePDObject,
String type) |
| Modifier and Type | Method and Description |
|---|---|
PDAbstractPattern |
PDInheritableResources.getPattern(COSName name) |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.