| 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.pdmodel.graphics.shading | This package deals with shadings which are used for filling instead of a color. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,PDShadingResources> | PDResources. getShadings()This will get the map of shadings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDResources. setShadings(Map<String,PDShadingResources> shadingsValue)This will set the map of shadings. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDShadingResources | PDShadingPatternResources. getShading()This will get the shading resources for this pattern. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDShadingPatternResources. setShading(PDShadingResources shadingResources)This will set the shading resources for this pattern. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDShadingType1This represents resources for a function based shading. | 
| class  | PDShadingType2This represents resources for an axial shading. | 
| class  | PDShadingType3This represents resources for a radial shading. | 
| class  | PDShadingType4This represents resources for a shading type 4 (Free-Form Gouraud-Shaded
 Triangle Meshes). | 
| class  | PDShadingType5This represents resources for a shading type 5 (Lattice-Form Gouraud-Shaded
 Triangle Meshes). | 
| class  | PDShadingType6Resources for a shading type 6 (Coons Patch Mesh). | 
| class  | PDShadingType7This represents resources for a shading type 7 (Tensor-Product Patch Meshes). | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PDShadingResources | ShadingContext. shading | 
| Modifier and Type | Method and Description | 
|---|---|
| static PDShadingResources | PDShadingResources. create(COSDictionary resourceDictionary)Create the correct PD Model shading based on the COS base shading. | 
| Constructor and Description | 
|---|
| ShadingContext(PDShadingResources shading,
              ColorModel cm,
              AffineTransform xform,
              Matrix ctm,
              int pageHeight,
              Rectangle dBounds) | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.