|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.datatype.BlendTypes
public final class BlendTypes
BlendTypes defines the values that are used to encode Blends.
Field Summary | |
---|---|
static int |
ADD
Value used to identify a ADD Blend when it is encoded. |
static int |
ALPHA
Value used to identify a ALPHA Blend when it is encoded. |
static int |
DARKEN
Value used to identify a DARKEN Blend when it is encoded. |
static int |
DIFFERENCE
Value used to identify a DIFFERENCE Blend when it is encoded. |
static int |
ERASE
Value used to identify a ERASE Blend when it is encoded. |
static int |
HARDLIGHT
Value used to identify a HARDLIGHT Blend when it is encoded. |
static int |
INVERT
Value used to identify a INVERT Blend when it is encoded. |
static int |
LAYER
Value used to identify a LAYER Blend when it is encoded. |
static int |
LIGHTEN
Value used to identify a LIGHTEN Blend when it is encoded. |
static int |
MULTIPLY
Value used to identify a MULTIPLY Blend when it is encoded. |
static int |
NORMAL
Value used to identify a NORMAL Blend when it is encoded. |
static int |
NULL
Value used to indicate that no Blend is used. |
static int |
OVERLAY
Value used to identify a OVERLAY Blend when it is encoded. |
static int |
SCREEN
Value used to identify a SCREEN Blend when it is encoded. |
static int |
SUBTRACT
Value used to identify a SUBTRACT Blend when it is encoded. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NULL
public static final int NORMAL
public static final int LAYER
public static final int MULTIPLY
public static final int SCREEN
public static final int LIGHTEN
public static final int DARKEN
public static final int ADD
public static final int SUBTRACT
public static final int DIFFERENCE
public static final int INVERT
public static final int ALPHA
public static final int ERASE
public static final int OVERLAY
public static final int HARDLIGHT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |