Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.shading |
This package deals with shadings which are used for filling instead of a color.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
GouraudShadingContext
Shades Gouraud triangles for Type4ShadingContext and Type5ShadingContext.
|
(package private) class |
PatchMeshesShadingContext
This class is extended in Type6ShadingContext and Type7ShadingContext.
|
(package private) class |
Type4ShadingContext
AWT PaintContext for Gouraud Triangle Mesh (Type 4) shading.
|
(package private) class |
Type5ShadingContext
AWT PaintContext for Gouraud Triangle Lattice (Type 5) shading.
|
(package private) class |
Type6ShadingContext
AWT PaintContext for coons patch meshes (type 6) shading.
|
(package private) class |
Type7ShadingContext
AWT PaintContext for tensor-product patch meshes (type 7) shading.
|