Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics |
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs) |
This will implement the gs operator.
|
Modifier and Type | Method | Description |
---|---|---|
PDGraphicsState |
PDFStreamEngine.getGraphicsState() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Stack<PDGraphicsState> |
PDFStreamEngine.getGraphicsStack() |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFStreamEngine.setGraphicsState(PDGraphicsState value) |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFStreamEngine.setGraphicsStack(java.util.Stack<PDGraphicsState> value) |