Uses of Class
org.sejda.sambox.pdmodel.graphics.form.PDTransparencyGroup
Packages that use PDTransparencyGroup
Package
Description
-
Uses of PDTransparencyGroup in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream with parameters of type PDTransparencyGroupModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.processSoftMask(PDTransparencyGroup group) Processes a soft mask transparency group stream.protected voidPDFStreamEngine.processTransparencyGroup(PDTransparencyGroup group) Processes a transparency group stream.voidPDFStreamEngine.showTransparencyGroup(PDTransparencyGroup form) Shows a transparency group from the content stream. -
Uses of PDTransparencyGroup in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return PDTransparencyGroupModifier and TypeMethodDescriptionPDSoftMask.getGroup()Returns the G entry of the soft mask object -
Uses of PDTransparencyGroup in org.sejda.sambox.rendering
Methods in org.sejda.sambox.rendering with parameters of type PDTransparencyGroupModifier and TypeMethodDescriptionvoidPageDrawer.showTransparencyGroup(PDTransparencyGroup form) protected voidPageDrawer.showTransparencyGroupOnGraphics(PDTransparencyGroup form, Graphics2D graphics) For advanced users, to extract the transparency group into a separate graphics device.