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
Fields in org.apache.pdfbox.pdmodel.graphics.blend declared as BlendModeModifier and TypeFieldDescriptionprivate final BlendModeBlendComposite.blendModestatic final BlendModeBlendMode.COLORstatic final BlendModeBlendMode.COLOR_BURNstatic final BlendModeBlendMode.COLOR_DODGEstatic final BlendModeBlendMode.COMPATIBLEstatic final BlendModeBlendMode.DARKENstatic final BlendModeBlendMode.DIFFERENCEstatic final BlendModeBlendMode.EXCLUSIONstatic final BlendModeBlendMode.HARD_LIGHTstatic final BlendModeBlendMode.HUENon-separable blend modes as defined in the PDF specificationstatic final BlendModeBlendMode.LIGHTENstatic final BlendModeBlendMode.LUMINOSITYstatic final BlendModeBlendMode.MULTIPLYstatic final BlendModeBlendMode.NORMALSeparable blend modes as defined in the PDF specificationstatic final BlendModeBlendMode.OVERLAYstatic final BlendModeBlendMode.SATURATIONstatic final BlendModeBlendMode.SCREENstatic final BlendModeBlendMode.SOFT_LIGHTFields 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 BlendModeBlendMode.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 BlendModeMethods in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendModeModifier and TypeMethodDescriptionstatic CompositeBlendComposite.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 TypeMethodDescriptionvoidPDExtendedGraphicsState.setBlendMode(BlendMode bm) Set the blending mode.voidPDGraphicsState.setBlendMode(BlendMode blendMode) Sets the blend mode in the current graphics state