Uses of Class
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
-
Packages that use BlendMode Package Description org.apache.pdfbox.pdmodel.graphics.blend org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document. -
-
Uses of BlendMode in org.apache.pdfbox.pdmodel.graphics.blend
Subclasses of BlendMode in org.apache.pdfbox.pdmodel.graphics.blend Modifier and Type Class Description class
NonSeparableBlendMode
Non-separable blend mode (supports blend function).class
SeparableBlendMode
Separable blend mode (support blendChannel)Methods in org.apache.pdfbox.pdmodel.graphics.blend that return BlendMode Modifier and Type Method Description static BlendMode
BlendMode. getInstance(COSBase cosBlendMode)
Determines the blend mode from the BM entry in the COS ExtGState.Methods in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendMode Modifier and Type Method Description static COSName
BlendMode. getCOSName(BlendMode bm)
Determines the blend mode name from the BM object.static java.awt.Composite
BlendComposite. getInstance(BlendMode blendMode, float constantAlpha)
Creates a blend composite -
Uses of BlendMode in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return BlendMode Modifier and Type Method Description BlendMode
PDExtendedGraphicsState. getBlendMode()
Returns the blending mode stored in the COS dictionaryBlendMode
PDGraphicsState. getBlendMode()
Returns the current blend modeMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type BlendMode Modifier and Type Method Description void
PDExtendedGraphicsState. setBlendMode(BlendMode bm)
Set the blending mode.void
PDGraphicsState. setBlendMode(BlendMode blendMode)
Sets the blend mode in the current graphics state
-