| 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 and Description |
|---|---|
void |
PDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs)
This will implement the gs operator.
|
| Modifier and Type | Method and Description |
|---|---|
PDGraphicsState |
PDFStreamEngine.getGraphicsState() |
| Modifier and Type | Method and Description |
|---|---|
Stack<PDGraphicsState> |
PDFStreamEngine.getGraphicsStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDFStreamEngine.setGraphicsState(PDGraphicsState value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDFStreamEngine.setGraphicsStack(Stack<PDGraphicsState> value) |
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.