Uses of Class
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
Packages that use BlendMode
Package
Description
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.blendModifier and TypeClassDescriptionclass
Non-separable blend mode (supports blend function).class
Separable blend mode (support blendChannel)Fields in org.apache.pdfbox.pdmodel.graphics.blend declared as BlendModeFields in org.apache.pdfbox.pdmodel.graphics.blend with type parameters of type BlendModeMethods in org.apache.pdfbox.pdmodel.graphics.blend that return BlendModeModifier and TypeMethodDescriptionstatic 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 that return types with arguments of type BlendModeModifier and TypeMethodDescriptionBlendMode.createBlendModeMap()
BlendMode.createBlendModeNamesMap()
Methods in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendModeModifier and TypeMethodDescriptionstatic COSName
BlendMode.getCOSName
(BlendMode bm) Determines the blend mode name from the BM object.static Composite
BlendComposite.getInstance
(BlendMode blendMode, float constantAlpha) Creates a blend compositeConstructors in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendMode -
Uses of BlendMode in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as BlendModeMethods in org.apache.pdfbox.pdmodel.graphics.state that return BlendModeModifier and TypeMethodDescriptionPDExtendedGraphicsState.getBlendMode()
Returns the blending mode stored in the COS dictionaryPDGraphicsState.getBlendMode()
Returns the current blend modeMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type BlendModeModifier and TypeMethodDescriptionvoid
PDExtendedGraphicsState.setBlendMode
(BlendMode bm) Set the blending mode.void
PDGraphicsState.setBlendMode
(BlendMode blendMode) Sets the blend mode in the current graphics state