Uses of Class
org.apache.pdfbox.pdmodel.graphics.form.PDTransparencyGroup
Packages that use PDTransparencyGroup
Package
Description
This package contains provides classes for working with content streams.
This package deals with graphics states within the PDF document.
-
Uses of PDTransparencyGroup in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDTransparencyGroupModifier and TypeMethodDescriptionprotected void
PDFStreamEngine.processSoftMask
(PDTransparencyGroup group) Processes a soft mask transparency group stream.protected void
PDFStreamEngine.processTransparencyGroup
(PDTransparencyGroup group) Processes a transparency group stream.void
PDFStreamEngine.showTransparencyGroup
(PDTransparencyGroup form) Shows a transparency group from the content stream. -
Uses of PDTransparencyGroup in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDTransparencyGroupModifier and TypeMethodDescriptionPDSoftMask.getGroup()
Returns the G entry of the soft mask object -
Uses of PDTransparencyGroup in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDTransparencyGroupModifier and TypeMethodDescriptionvoid
PageDrawer.showTransparencyGroup
(PDTransparencyGroup form) protected void
PageDrawer.showTransparencyGroupOnGraphics
(PDTransparencyGroup form, Graphics2D graphics) For advanced users, to extract the transparency group into a separate graphics device.