|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDExtendedGraphicsState | |
---|---|
org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
org.apache.pdfbox.pdmodel.graphics.pattern | This package deals with patterns which are used instead of colors. |
org.apache.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
Uses of PDExtendedGraphicsState in org.apache.pdfbox.pdmodel |
---|
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDExtendedGraphicsState | |
---|---|
Map<String,PDExtendedGraphicsState> |
PDResources.getGraphicsStates()
This will get the map of graphic states. |
Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDExtendedGraphicsState | |
---|---|
void |
PDResources.setGraphicsStates(Map<String,PDExtendedGraphicsState> states)
This will set the map of graphics states. |
Uses of PDExtendedGraphicsState in org.apache.pdfbox.pdmodel.graphics.pattern |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDExtendedGraphicsState | |
---|---|
PDExtendedGraphicsState |
PDShadingPatternResources.getExtendedGraphicsState()
This will get the extended graphics state for this pattern. |
Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDExtendedGraphicsState | |
---|---|
void |
PDShadingPatternResources.setExtendedGraphicsState(PDExtendedGraphicsState extendedGraphicsState)
This will set the extended graphics state for this pattern. |
Uses of PDExtendedGraphicsState in org.apache.pdfbox.util |
---|
Methods in org.apache.pdfbox.util that return types with arguments of type PDExtendedGraphicsState | |
---|---|
Map<String,PDExtendedGraphicsState> |
PDFStreamEngine.getGraphicsStates()
|
Method parameters in org.apache.pdfbox.util with type arguments of type PDExtendedGraphicsState | |
---|---|
void |
PDFStreamEngine.setGraphicsStates(Map<String,PDExtendedGraphicsState> value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |