| 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.pdmodel.graphics.xobject |
This package deals with images that are stored in a 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 |
|---|---|
void |
PDXObjectImage.setGraphicsState(PDGraphicsState newGS)
Allow the Invoke operator to set the graphics state so that,
in the case of an Image Mask, we can get to the current nonstroking colorspace.
|
| 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-2012 Apache Software Foundation. All Rights Reserved.