Uses of Enum Class
org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
Packages that use BlendComposite.BlendingMode
Package
Description
Contains graphic utilities and effects for working with images.
-
Uses of BlendComposite.BlendingMode in org.jdesktop.swingx.graphics
Fields in org.jdesktop.swingx.graphics declared as BlendComposite.BlendingModeMethods in org.jdesktop.swingx.graphics that return BlendComposite.BlendingModeModifier and TypeMethodDescriptionBlendComposite.getMode()
Returns the blending mode of this composite.static BlendComposite.BlendingMode
Returns the enum constant of this class with the specified name.static BlendComposite.BlendingMode[]
BlendComposite.BlendingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.graphics with parameters of type BlendComposite.BlendingModeModifier and TypeMethodDescriptionBlendComposite.derive
(BlendComposite.BlendingMode mode) Returns aBlendComposite
object that uses the specified blending mode and this object's alpha value.static BlendComposite
BlendComposite.getInstance
(BlendComposite.BlendingMode mode) Creates a new composite based on the blending mode passed as a parameter.static BlendComposite
BlendComposite.getInstance
(BlendComposite.BlendingMode mode, float alpha) Creates a new composite based on the blending mode and opacity passed as parameters.Constructors in org.jdesktop.swingx.graphics with parameters of type BlendComposite.BlendingModeModifierConstructorDescriptionprivate
private
BlendComposite
(BlendComposite.BlendingMode mode, float alpha)