Uses of Class
org.sejda.sambox.pdmodel.graphics.blend.BlendMode
Packages that use BlendMode
-
Uses of BlendMode in org.sejda.sambox.pdmodel.graphics.blend
Subclasses of BlendMode in org.sejda.sambox.pdmodel.graphics.blendModifier and TypeClassDescriptionclassNon-separable blend mode (supports blend function).classSeparable blend mode (support blendChannel)Methods in org.sejda.sambox.pdmodel.graphics.blend that return BlendModeModifier and TypeMethodDescriptionstatic BlendModeBlendMode.getInstance(COSBase cosBlendMode) Determines the blend mode from the BM entry in the COS ExtGState.Methods in org.sejda.sambox.pdmodel.graphics.blend with parameters of type BlendModeModifier and TypeMethodDescriptionstatic COSNameBlendMode.getCOSName(BlendMode bm) Determines the blend mode name from the BM object.static CompositeBlendComposite.getInstance(BlendMode blendMode, float constantAlpha) Creates a blend composite -
Uses of BlendMode in org.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.state with parameters of type BlendModeModifier and TypeMethodDescriptionvoidPDExtendedGraphicsState.setBlendMode(BlendMode bm) Set the blending mode.voidPDGraphicsState.setBlendMode(BlendMode blendMode) Sets the blend mode in the current graphics state