|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BlendComposite.BlendingMode>
org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
public static enum BlendComposite.BlendingMode
A blending mode defines the compositing rule of a
BlendComposite
.
Method Summary | |
---|---|
static BlendComposite.BlendingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BlendComposite.BlendingMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BlendComposite.BlendingMode AVERAGE
public static final BlendComposite.BlendingMode MULTIPLY
public static final BlendComposite.BlendingMode SCREEN
public static final BlendComposite.BlendingMode DARKEN
public static final BlendComposite.BlendingMode LIGHTEN
public static final BlendComposite.BlendingMode OVERLAY
public static final BlendComposite.BlendingMode HARD_LIGHT
public static final BlendComposite.BlendingMode SOFT_LIGHT
public static final BlendComposite.BlendingMode DIFFERENCE
public static final BlendComposite.BlendingMode NEGATION
public static final BlendComposite.BlendingMode EXCLUSION
public static final BlendComposite.BlendingMode COLOR_DODGE
public static final BlendComposite.BlendingMode INVERSE_COLOR_DODGE
public static final BlendComposite.BlendingMode SOFT_DODGE
public static final BlendComposite.BlendingMode COLOR_BURN
public static final BlendComposite.BlendingMode INVERSE_COLOR_BURN
public static final BlendComposite.BlendingMode SOFT_BURN
public static final BlendComposite.BlendingMode REFLECT
public static final BlendComposite.BlendingMode GLOW
public static final BlendComposite.BlendingMode FREEZE
public static final BlendComposite.BlendingMode HEAT
public static final BlendComposite.BlendingMode ADD
public static final BlendComposite.BlendingMode SUBTRACT
public static final BlendComposite.BlendingMode STAMP
public static final BlendComposite.BlendingMode RED
public static final BlendComposite.BlendingMode GREEN
public static final BlendComposite.BlendingMode BLUE
public static final BlendComposite.BlendingMode HUE
public static final BlendComposite.BlendingMode SATURATION
public static final BlendComposite.BlendingMode COLOR
public static final BlendComposite.BlendingMode LUMINOSITY
Method Detail |
---|
public static BlendComposite.BlendingMode[] values()
for (BlendComposite.BlendingMode c : BlendComposite.BlendingMode.values()) System.out.println(c);
public static BlendComposite.BlendingMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |