Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.PDSoftMask
-
Packages that use PDSoftMask Package Description org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.rendering -
-
Uses of PDSoftMask in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDSoftMask Modifier and Type Field Description private PDSoftMask
PDGraphicsState. softMask
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDSoftMask Modifier and Type Method Description static PDSoftMask
PDSoftMask. create(COSBase dictionary)
Creates a new soft mask.PDSoftMask
PDExtendedGraphicsState. getSoftMask()
Returns the soft mask stored in the COS dictionaryPDSoftMask
PDGraphicsState. getSoftMask()
returns the current softmaskMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDSoftMask Modifier and Type Method Description void
PDGraphicsState. setSoftMask(PDSoftMask softMask)
Sets the current soft mask -
Uses of PDSoftMask in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDSoftMask Modifier and Type Method Description private java.awt.Paint
PageDrawer. applySoftMaskToPaint(java.awt.Paint parentPaint, PDSoftMask softMask)
-