Package | Description |
---|---|
org.jdesktop.swingx.graphics |
Contains graphic utilities and effects for working with images.
|
Modifier and Type | Method and Description |
---|---|
BlendComposite.BlendingMode |
BlendComposite.getMode()
Returns the blending mode of this composite.
|
static BlendComposite.BlendingMode |
BlendComposite.BlendingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendComposite.BlendingMode[] |
BlendComposite.BlendingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlendComposite |
BlendComposite.derive(BlendComposite.BlendingMode mode)
Returns a
BlendComposite 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.
|
Copyright © 2016. All rights reserved.