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
Fields in org.apache.pdfbox.pdmodel.graphics.blend declared as BlendMode Modifier and Type Field Description private BlendModeBlendComposite. blendModestatic BlendModeBlendMode. COLORstatic BlendModeBlendMode. COLOR_BURNstatic BlendModeBlendMode. COLOR_DODGEstatic BlendModeBlendMode. COMPATIBLEstatic BlendModeBlendMode. DARKENstatic BlendModeBlendMode. DIFFERENCEstatic BlendModeBlendMode. EXCLUSIONstatic BlendModeBlendMode. HARD_LIGHTstatic BlendModeBlendMode. HUENon-separable blend modes as defined in the PDF specificationstatic BlendModeBlendMode. LIGHTENstatic BlendModeBlendMode. LUMINOSITYstatic BlendModeBlendMode. MULTIPLYstatic BlendModeBlendMode. NORMALSeparable blend modes as defined in the PDF specificationstatic BlendModeBlendMode. OVERLAYstatic BlendModeBlendMode. SATURATIONstatic BlendModeBlendMode. SCREENstatic BlendModeBlendMode. SOFT_LIGHTFields in org.apache.pdfbox.pdmodel.graphics.blend with type parameters of type BlendMode Modifier and Type Field Description private static java.util.Map<COSName,BlendMode>BlendMode. BLEND_MODESMethods in org.apache.pdfbox.pdmodel.graphics.blend that return BlendMode Modifier and Type Method Description static 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 BlendMode Modifier and Type Method Description private static java.util.Map<COSName,BlendMode>BlendMode. createBlendModeMap()Methods in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendMode Modifier and Type Method Description static java.awt.CompositeBlendComposite. getInstance(BlendMode blendMode, float constantAlpha)Creates a blend compositeConstructors in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendMode Constructor Description BlendComposite(BlendMode blendMode, float constantAlpha) -
Uses of BlendMode in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as BlendMode Modifier and Type Field Description private BlendModePDGraphicsState. blendModeMethods in org.apache.pdfbox.pdmodel.graphics.state that return BlendMode Modifier and Type Method Description BlendModePDExtendedGraphicsState. getBlendMode()Returns the blending mode stored in the COS dictionaryBlendModePDGraphicsState. getBlendMode()Returns the current blend modeMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type BlendMode Modifier and Type Method Description voidPDExtendedGraphicsState. setBlendMode(BlendMode bm)Set the blending mode.voidPDGraphicsState. setBlendMode(BlendMode blendMode)Sets the blend mode in the current graphics state
-