| 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.color | This package deals with colors that are stored in a PDF document. | 
| org.apache.pdfbox.pdmodel.graphics.pattern | This package deals with patterns which are used instead of colors. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,PDPatternResources> | PDResources. getPatterns()This will get the map of patterns. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDResources. setPatterns(Map<String,PDPatternResources> patternsValue)This will set the map of patterns. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDPatternResources | PDColorState. getPattern()This will get the current pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDColorState. setPattern(PDPatternResources patternValue)This will update the current pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| static PDColorSpace | PDColorSpaceFactory. createColorSpace(COSBase colorSpace,
                Map<String,PDColorSpace> colorSpaces,
                Map<String,PDPatternResources> patterns)This will create the correct color space given the name. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDShadingPatternResourcesThis represents the resources for a shading pattern. | 
| class  | PDTilingPatternResourcesThis represents the resources for a tiling pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| static PDPatternResources | PDPatternResources. create(COSDictionary resourceDictionary)Create the correct PD Model pattern based on the COS base pattern. | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.