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.pattern |
This package deals with patterns which are used instead of colors.
|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,PDExtendedGraphicsState> |
PDResources.getGraphicsStates() |
This will get the map of graphic states.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDResources.setGraphicsStates(java.util.Map<java.lang.String,PDExtendedGraphicsState> states) |
This will set the map of graphics states.
|
Modifier and Type | Method | Description |
---|---|---|
PDExtendedGraphicsState |
PDShadingPatternResources.getExtendedGraphicsState() |
This will get the extended graphics state for this pattern.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDShadingPatternResources.setExtendedGraphicsState(PDExtendedGraphicsState extendedGraphicsState) |
This will set the extended graphics state for this pattern.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,PDExtendedGraphicsState> |
PDFStreamEngine.getGraphicsStates() |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFStreamEngine.setGraphicsStates(java.util.Map<java.lang.String,PDExtendedGraphicsState> value) |