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. -
-
Uses of PDSoftMask in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDSoftMask Modifier and Type Method Description static PDSoftMaskPDSoftMask. create(COSBase dictionary)Creates a new soft mask.static PDSoftMaskPDSoftMask. create(COSBase dictionary, ResourceCache resourceCache)Creates a new soft mask.PDSoftMaskPDExtendedGraphicsState. getSoftMask()Returns the soft mask stored in the COS dictionaryPDSoftMaskPDGraphicsState. getSoftMask()returns the current softmaskMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDSoftMask Modifier and Type Method Description voidPDGraphicsState. setSoftMask(PDSoftMask softMask)Sets the current soft mask
-