Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShadingResources
-
Packages that use PDShadingResources 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. -
-
Uses of PDShadingResources in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDShadingResources Modifier and Type Method Description java.util.Map<java.lang.String,PDShadingResources>PDResources. getShadings()This will get the map of shadings.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDShadingResources Modifier and Type Method Description voidPDResources. setShadings(java.util.Map<java.lang.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 PDShadingResources Modifier and Type Method Description PDShadingResourcesPDShadingPatternResources. getShading()This will get the shading resources for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDShadingResources Modifier and Type Method Description voidPDShadingPatternResources. 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.shading Modifier and Type Class Description classPDShadingType1This represents resources for a function based shading.classPDShadingType2This represents resources for an axial shading.classPDShadingType3This represents resources for a radial shading.classPDShadingType4This represents resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Meshes).classPDShadingType5This represents resources for a shading type 5 (Lattice-Form Gouraud-Shaded Triangle Meshes).classPDShadingType6Resources for a shading type 6 (Coons Patch Mesh).classPDShadingType7This represents resources for a shading type 7 (Tensor-Product Patch Meshes).Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDShadingResources Modifier and Type Field Description protected PDShadingResourcesShadingContext. shadingMethods in org.apache.pdfbox.pdmodel.graphics.shading that return PDShadingResources Modifier and Type Method Description static PDShadingResourcesPDShadingResources. 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 PDShadingResources Constructor Description ShadingContext(PDShadingResources shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix ctm, int pageHeight, java.awt.Rectangle dBounds)
-