Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.PDSoftMask
Packages that use PDSoftMask
Package
Description
This package deals with graphics states within the PDF document.
-
Uses of PDSoftMask in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDSoftMaskMethods in org.apache.pdfbox.pdmodel.graphics.state that return PDSoftMaskModifier and TypeMethodDescriptionstatic PDSoftMask
Creates a new soft mask.PDExtendedGraphicsState.getSoftMask()
Returns the soft mask stored in the COS dictionaryPDGraphicsState.getSoftMask()
returns the current softmaskMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDSoftMaskModifier and TypeMethodDescriptionvoid
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 PDSoftMaskModifier and TypeMethodDescriptionprivate Paint
PageDrawer.applySoftMaskToPaint
(Paint parentPaint, PDSoftMask softMask)