| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,PDExtendedGraphicsState> | PDResources. getGraphicsStates()This will get the map of graphic states. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDResources. setGraphicsStates(Map<String,PDExtendedGraphicsState> states)This will set the map of graphics states. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDExtendedGraphicsState | PDShadingPatternResources. getExtendedGraphicsState()This will get the extended graphics state for this pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDShadingPatternResources. setExtendedGraphicsState(PDExtendedGraphicsState extendedGraphicsState)This will set the extended graphics state for this pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,PDExtendedGraphicsState> | PDFStreamEngine. getGraphicsStates() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDFStreamEngine. setGraphicsStates(Map<String,PDExtendedGraphicsState> value) | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.