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.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,PDPatternResources> |
PDResources.getPatterns() |
This will get the map of patterns.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDResources.setPatterns(java.util.Map<java.lang.String,PDPatternResources> patternsValue) |
This will set the map of patterns.
|
Modifier and Type | Method | Description |
---|---|---|
PDPatternResources |
PDColorState.getPattern() |
This will get the current pattern.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDColorState.setPattern(PDPatternResources patternValue) |
This will update the current pattern.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDShadingPatternResources |
This represents the resources for a shading pattern.
|
class |
PDTilingPatternResources |
This represents the resources for a tiling pattern.
|
Modifier and Type | Method | Description |
---|---|---|
static PDPatternResources |
PDPatternResources.create(COSDictionary resourceDictionary) |
Create the correct PD Model pattern based on the COS base pattern.
|