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 | Method | Description |
---|---|---|
PDGraphicsState |
PDFStreamEngine.getGraphicsState() |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Stack<PDGraphicsState> |
PDFStreamEngine.saveGraphicsStack() |
Saves the entire graphics stack.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
PDFStreamEngine.restoreGraphicsStack(java.util.Stack<PDGraphicsState> snapshot) |
Restores the entire graphics stack.
|
Modifier and Type | Method | Description |
---|---|---|
PDGraphicsState |
PDGraphicsState.clone() |
Modifier and Type | Method | Description |
---|---|---|
void |
PDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs) |
This will implement the gs operator.
|
Copyright © 2002–2018. All rights reserved.