Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.PDExtendedGraphicsState
Packages that use PDExtendedGraphicsState
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package deals with patterns which are used instead of colors.
-
Uses of PDExtendedGraphicsState in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDExtendedGraphicsStateModifier and TypeMethodDescriptionDefaultResourceCache.getExtGState
(COSObject indirect) PDResources.getExtGState
(COSName name) Returns the extended graphics state resource with the given name, or null if none exists.ResourceCache.getExtGState
(COSObject indirect) Returns the extended graphics state resource for the given indirect object, if it is in the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDExtendedGraphicsStateModifier and TypeMethodDescriptionPDResources.add
(PDExtendedGraphicsState extGState) Adds the given extended graphics state to the resources of the current page and returns the name for the new resources.void
DefaultResourceCache.put
(COSObject indirect, PDExtendedGraphicsState extGState) void
PDResources.put
(COSName name, PDExtendedGraphicsState extGState) Sets the extended graphics state resource with the given name.void
ResourceCache.put
(COSObject indirect, PDExtendedGraphicsState extGState) Puts the given indirect extended graphics state resource in the cache.void
PDPageContentStream.setGraphicsStateParameters
(PDExtendedGraphicsState state) Set an extended graphics state. -
Uses of PDExtendedGraphicsState in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDExtendedGraphicsStateModifier and TypeMethodDescriptionPDShadingPattern.getExtendedGraphicsState()
This will get the external graphics state for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDExtendedGraphicsStateModifier and TypeMethodDescriptionvoid
PDShadingPattern.setExtendedGraphicsState
(PDExtendedGraphicsState extendedGraphicsState) This will set the external graphics state for this pattern.