|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDGraphicsState | |
---|---|
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. |
Uses of PDGraphicsState in org.apache.pdfbox.pdmodel.graphics |
---|
Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type PDGraphicsState | |
---|---|
void |
PDExtendedGraphicsState.copyIntoGraphicsState(PDGraphicsState gs)
This will implement the gs operator. |
Uses of PDGraphicsState in org.apache.pdfbox.util |
---|
Methods in org.apache.pdfbox.util that return PDGraphicsState | |
---|---|
PDGraphicsState |
PDFStreamEngine.getGraphicsState()
|
Methods in org.apache.pdfbox.util that return types with arguments of type PDGraphicsState | |
---|---|
java.util.Stack<PDGraphicsState> |
PDFStreamEngine.getGraphicsStack()
|
Methods in org.apache.pdfbox.util with parameters of type PDGraphicsState | |
---|---|
void |
PDFStreamEngine.setGraphicsState(PDGraphicsState value)
|
Method parameters in org.apache.pdfbox.util with type arguments of type PDGraphicsState | |
---|---|
void |
PDFStreamEngine.setGraphicsStack(java.util.Stack<PDGraphicsState> value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |