Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingResources
Packages that use PDShadingResources
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package deals with patterns which are used instead of colors.
This package deals with shadings which are used for filling instead of a color.
-
Uses of PDShadingResources in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDShadingResourcesMethod parameters in org.apache.pdfbox.pdmodel with type arguments of type PDShadingResourcesModifier and TypeMethodDescriptionvoid
PDResources.setShadings
(Map<String, PDShadingResources> shadingsValue) This will set the map of shadings. -
Uses of PDShadingResources in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDShadingResourcesModifier and TypeMethodDescriptionPDShadingPatternResources.getShading()
This will get the shading resources for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDShadingResourcesModifier and TypeMethodDescriptionvoid
PDShadingPatternResources.setShading
(PDShadingResources shadingResources) This will set the shading resources for this pattern. -
Uses of PDShadingResources in org.apache.pdfbox.pdmodel.graphics.shading
Subclasses of PDShadingResources in org.apache.pdfbox.pdmodel.graphics.shadingModifier and TypeClassDescriptionclass
This represents resources for a function based shading.class
This represents resources for an axial shading.class
This represents resources for a radial shading.class
This represents resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Meshes).class
This represents resources for a shading type 5 (Lattice-Form Gouraud-Shaded Triangle Meshes).class
Resources for a shading type 6 (Coons Patch Mesh).class
This represents resources for a shading type 7 (Tensor-Product Patch Meshes).Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDShadingResourcesMethods in org.apache.pdfbox.pdmodel.graphics.shading that return PDShadingResourcesModifier and TypeMethodDescriptionstatic PDShadingResources
PDShadingResources.create
(COSDictionary resourceDictionary) Create the correct PD Model shading based on the COS base shading.Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShadingResourcesModifierConstructorDescriptionShadingContext
(PDShadingResources shading, ColorModel cm, AffineTransform xform, Matrix ctm, int pageHeight, Rectangle dBounds)