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 and Description |
---|---|
PDGraphicsState |
PDFStreamEngine.getGraphicsState() |
Modifier and Type | Method and Description |
---|---|
protected Stack<PDGraphicsState> |
PDFStreamEngine.saveGraphicsStack()
Saves the entire graphics stack.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PDFStreamEngine.restoreGraphicsStack(Stack<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.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.