Package | Description |
---|---|
org.apache.pdfbox.contentstream |
This package contains provides classes for working with content streams.
|
org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<PDGraphicsState> |
PDFStreamEngine.graphicsStack |
Modifier and Type | Method and Description |
---|---|
PDGraphicsState |
PDFStreamEngine.getGraphicsState() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Deque<PDGraphicsState> |
PDFStreamEngine.saveGraphicsStack()
Saves the entire graphics stack.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PDFStreamEngine.restoreGraphicsStack(java.util.Deque<PDGraphicsState> snapshot)
Restores the entire graphics stack.
|
Modifier and Type | Method and Description |
---|---|
PDGraphicsState |
PDGraphicsState.clone() |
Modifier and Type | Method and Description |
---|---|
void |
PDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs)
This will implement the gs operator.
|