Uses of Class
org.apache.pdfbox.pdmodel.graphics.pattern.PDAbstractPattern
-
Packages that use PDAbstractPattern 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.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors. -
-
Uses of PDAbstractPattern in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDAbstractPattern Modifier and Type Method Description PDAbstractPatternDefaultResourceCache. getPattern(COSObject indirect)PDAbstractPatternPDResources. getPattern(COSName name)Returns the pattern resource with the given name, or null if none exists.PDAbstractPatternResourceCache. getPattern(COSObject indirect)Returns the pattern resource for the given indirect object, if it is in the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDAbstractPattern Modifier and Type Method Description COSNamePDResources. add(PDAbstractPattern pattern)Adds the given pattern to the resources of the current page and returns the name for the new resources.voidDefaultResourceCache. put(COSObject indirect, PDAbstractPattern pattern)voidPDResources. put(COSName name, PDAbstractPattern pattern)Sets the pattern resource with the given name.voidResourceCache. put(COSObject indirect, PDAbstractPattern pattern)Puts the given indirect pattern resource in the cache. -
Uses of PDAbstractPattern in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDAbstractPattern Modifier and Type Method Description PDAbstractPatternPDPattern. getPattern(PDColor color)Returns the pattern for the given color. -
Uses of PDAbstractPattern in org.apache.pdfbox.pdmodel.graphics.pattern
Subclasses of PDAbstractPattern in org.apache.pdfbox.pdmodel.graphics.pattern Modifier and Type Class Description classPDShadingPatternA shading pattern dictionary.classPDTilingPatternA tiling pattern dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDAbstractPattern Modifier and Type Method Description static PDAbstractPatternPDAbstractPattern. create(COSDictionary dictionary)Create the correct PD Model pattern based on the COS base pattern.static PDAbstractPatternPDAbstractPattern. create(COSDictionary dictionary, ResourceCache resourceCache)Create the correct PD Model pattern based on the COS base pattern.
-