Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.PDShading
-
Packages that use PDShading 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.org.apache.pdfbox.preflight.process.reflect -
-
Uses of PDShading in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type PDShading Modifier and Type Field Description private java.util.Map<COSObject,java.lang.ref.SoftReference<PDShading>>DefaultResourceCache. shadingsMethods in org.apache.pdfbox.pdmodel that return PDShading Modifier and Type Method Description PDShadingDefaultResourceCache. getShading(COSObject indirect)PDShadingPDResources. getShading(COSName name)Returns the shading resource with the given name, or null if none exists.PDShadingResourceCache. getShading(COSObject indirect)Returns the shading resource for the given indirect object, if it is in the cache.PDShadingDefaultResourceCache. removeShading(COSObject indirect)default PDShadingResourceCache. removeShading(COSObject indirect)Removes the given indirect shading resource from the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDShading Modifier and Type Method Description COSNamePDResources. add(PDShading shading)Adds the given shading to the resources of the current page and returns the name for the new resources.voidDefaultResourceCache. put(COSObject indirect, PDShading shading)voidPDResources. put(COSName name, PDShading shading)Sets the shading resource with the given name.voidResourceCache. put(COSObject indirect, PDShading shading)Puts the given indirect shading resource in the cache.voidPDAbstractContentStream. shadingFill(PDShading shading)Fills the clipping area with the given shading. -
Uses of PDShading in org.apache.pdfbox.pdmodel.graphics.pattern
Fields in org.apache.pdfbox.pdmodel.graphics.pattern declared as PDShading Modifier and Type Field Description private PDShadingPDShadingPattern. shadingMethods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDShading Modifier and Type Method Description PDShadingPDShadingPattern. getShading()This will get the shading resources for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDShading Modifier and Type Method Description voidPDShadingPattern. setShading(PDShading shadingResources)This will set the shading resources for this pattern. -
Uses of PDShading in org.apache.pdfbox.pdmodel.graphics.shading
Classes in org.apache.pdfbox.pdmodel.graphics.shading with type parameters of type PDShading Modifier and Type Class Description classShadingPaint<T extends PDShading>This is base class for all PDShading-Paints to allow other low level libraries access to the shading source data.Subclasses of PDShading in org.apache.pdfbox.pdmodel.graphics.shading Modifier and Type Class Description (package private) classPDMeshBasedShadingTypeCommon resources for shading types 6 and 7classPDShadingType1Resources for a function based shading.classPDShadingType2Resources for an axial shading.classPDShadingType3Resources for a radial shading.classPDShadingType4Resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Mesh).classPDShadingType5Resources for a shading type 5 (Lattice-Form Gouraud-Shade Triangle Mesh).classPDShadingType6Resources for a shading type 6 (Coons Patch Mesh).classPDShadingType7Resources for a shading type 7 (Tensor-Product Patch Mesh).(package private) classPDTriangleBasedShadingTypeCommon resources for shading types 4,5,6 and 7Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDShading Modifier and Type Field Description private PDShadingShadingContext. shadingprotected TShadingPaint. shadingMethods in org.apache.pdfbox.pdmodel.graphics.shading that return PDShading Modifier and Type Method Description static PDShadingPDShading. create(COSDictionary shadingDictionary)Create the correct PD Model shading based on the COS base shading.(package private) PDShadingShadingContext. getShading()Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDShading Constructor Description GouraudShadingContext(PDShading shading, java.awt.image.ColorModel colorModel, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor creates an instance to be used for fill operations.ShadingContext(PDShading shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor.TriangleBasedShadingContext(PDShading shading, java.awt.image.ColorModel cm, java.awt.geom.AffineTransform xform, Matrix matrix)Constructor. -
Uses of PDShading in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect with parameters of type PDShading Modifier and Type Method Description protected voidShadingPatternValidationProcess. checkColorSpace(PreflightContext context, PDPage page, PDShading shadingRes)Checks if the ColorSapce entry is consistent which rules of the PDF Reference and the ISO 190005-1:2005 Specification.protected voidShadingPatternValidationProcess. checkGraphicState(PreflightContext context, PDPage page, PDShading shadingRes)Check the Extended Graphic State contains in the ShadingPattern dictionary if it is present.
-