Uses of Class
org.sejda.sambox.pdmodel.graphics.pattern.PDAbstractPattern
Packages that use PDAbstractPattern
Package
Description
-
Uses of PDAbstractPattern in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDAbstractPatternModifier and TypeMethodDescriptionDefaultResourceCache.getPattern(COSObjectKey key) PDResources.getPattern(COSName name) Returns the pattern resource with the given name, or null if none exists.ResourceCache.getPattern(COSObjectKey key) Returns the pattern resource for the given key object, if it is in the cache.Methods in org.sejda.sambox.pdmodel with parameters of type PDAbstractPatternModifier and TypeMethodDescriptionPDResources.add(PDAbstractPattern pattern) Adds the given pattern to the resources of the current page and returns the name for the new resources.voidDefaultResourceCache.put(COSObjectKey key, PDAbstractPattern pattern) voidPDResources.put(COSName name, PDAbstractPattern pattern) Sets the pattern resource with the given name.voidResourceCache.put(COSObjectKey key, PDAbstractPattern pattern) Puts the given key pattern resource in the cache. -
Uses of PDAbstractPattern in org.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.pdmodel.graphics.color that return PDAbstractPatternModifier and TypeMethodDescriptionPDPattern.getPattern(PDColor color) Returns the pattern for the given color. -
Uses of PDAbstractPattern in org.sejda.sambox.pdmodel.graphics.pattern
Subclasses of PDAbstractPattern in org.sejda.sambox.pdmodel.graphics.patternModifier and TypeClassDescriptionclassA shading pattern dictionary.classA tiling pattern dictionary.Methods in org.sejda.sambox.pdmodel.graphics.pattern that return PDAbstractPatternModifier and TypeMethodDescriptionstatic PDAbstractPatternPDAbstractPattern.create(COSDictionary resourceDictionary) Create the correct PD Model pattern based on the COS base pattern.static PDAbstractPatternPDAbstractPattern.create(COSDictionary resourceDictionary, ResourceCache resourceCache) Create the correct PD Model pattern based on the COS base pattern.