Uses of Class
org.apache.pdfbox.pdmodel.graphics.form.PDTransparencyGroup
-
Packages that use PDTransparencyGroup Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.rendering -
-
Uses of PDTransparencyGroup in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDTransparencyGroup Modifier and Type Method Description protected 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
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDTransparencyGroup Modifier and Type Field Description private PDTransparencyGroup
PDSoftMask. group
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDTransparencyGroup Modifier and Type Method Description PDTransparencyGroup
PDSoftMask. 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 PDTransparencyGroup Modifier and Type Method Description private boolean
PageDrawer. hasBlendMode(PDTransparencyGroup group, java.util.Set<COSBase> groupsDone)
void
PageDrawer. showTransparencyGroup(PDTransparencyGroup form)
Constructors in org.apache.pdfbox.rendering with parameters of type PDTransparencyGroup Constructor Description TransparencyGroup(PDTransparencyGroup form, boolean isSoftMask, Matrix ctm, PDColor backdropColor)
Creates a buffered image for a transparency group result.
-