Uses of Class
org.sejda.sambox.pdmodel.graphics.shading.PDShading
Packages that use PDShading
Package
Description
-
Uses of PDShading in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDShadingModifier and TypeMethodDescriptionDefaultResourceCache.getShading(COSObjectKey key) PDResources.getShading(COSName name) Returns the shading resource with the given name, or null if none exists.ResourceCache.getShading(COSObjectKey key) Returns the shading resource for the given key object, if it is in the cache.Methods in org.sejda.sambox.pdmodel with parameters of type PDShadingModifier and TypeMethodDescriptionAdds the given shading to the resources of the current page and returns the name for the new resources.voidDefaultResourceCache.put(COSObjectKey key, PDShading shading) voidSets the shading resource with the given name.voidResourceCache.put(COSObjectKey key, PDShading shading) Puts the given key shading resource in the cache.voidPDPageContentStream.shadingFill(PDShading shading) Fills the clipping area with the given shading. -
Uses of PDShading in org.sejda.sambox.pdmodel.graphics.pattern
Methods in org.sejda.sambox.pdmodel.graphics.pattern that return PDShadingModifier and TypeMethodDescriptionPDShadingPattern.getShading()This will get the shading resources for this pattern.Methods in org.sejda.sambox.pdmodel.graphics.pattern with parameters of type PDShadingModifier and TypeMethodDescriptionvoidPDShadingPattern.setShading(PDShading shadingResources) This will set the shading resources for this pattern. -
Uses of PDShading in org.sejda.sambox.pdmodel.graphics.shading
Classes in org.sejda.sambox.pdmodel.graphics.shading with type parameters of type PDShadingModifier and TypeClassDescriptionclassShadingPaint<TPDShading 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.sejda.sambox.pdmodel.graphics.shadingModifier and TypeClassDescriptionclassResources for a function based shading.classResources for an axial shading.classResources for a radial shading.classResources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Mesh).classResources for a shading type 5 (Lattice-Form Gouraud-Shade Triangle Mesh).classResources for a shading type 6 (Coons Patch Mesh).classResources for a shading type 7 (Tensor-Product Patch Mesh).Fields in org.sejda.sambox.pdmodel.graphics.shading declared as PDShadingMethods in org.sejda.sambox.pdmodel.graphics.shading that return PDShadingModifier and TypeMethodDescriptionstatic PDShadingPDShading.create(COSDictionary shadingDictionary) Create the correct PD Model shading based on the COS base shading.Constructors in org.sejda.sambox.pdmodel.graphics.shading with parameters of type PDShadingModifierConstructorDescriptionShadingContext(PDShading shading, ColorModel cm, AffineTransform xform, Matrix matrix) Constructor.