Uses of Class
org.apache.pdfbox.pdmodel.graphics.pattern.PDPatternResources
Packages that use PDPatternResources
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package deals with colors that are stored in a PDF document.
This package deals with patterns which are used instead of colors.
-
Uses of PDPatternResources in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDPatternResourcesMethod parameters in org.apache.pdfbox.pdmodel with type arguments of type PDPatternResourcesModifier and TypeMethodDescriptionvoidPDResources.setPatterns(Map<String, PDPatternResources> patternsValue) This will set the map of patterns. -
Uses of PDPatternResources in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDPatternResourcesMethods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDPatternResourcesModifier and TypeMethodDescriptionvoidPDColorState.setPattern(PDPatternResources patternValue) This will update the current pattern. -
Uses of PDPatternResources in org.apache.pdfbox.pdmodel.graphics.pattern
Subclasses of PDPatternResources in org.apache.pdfbox.pdmodel.graphics.patternModifier and TypeClassDescriptionclassThis represents the resources for a shading pattern.classThis represents the resources for a tiling pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDPatternResourcesModifier and TypeMethodDescriptionstatic PDPatternResourcesPDPatternResources.create(COSDictionary resourceDictionary) Create the correct PD Model pattern based on the COS base pattern.