com.flagstone.transform.datatype
Class BlendTypes

java.lang.Object
  extended by com.flagstone.transform.datatype.BlendTypes

public final class BlendTypes
extends Object

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

NULL

public static final int NULL
Value used to indicate that no Blend is used.

See Also:
Constant Field Values

NORMAL

public static final int NORMAL
Value used to identify a NORMAL Blend when it is encoded.

See Also:
Constant Field Values

LAYER

public static final int LAYER
Value used to identify a LAYER Blend when it is encoded.

See Also:
Constant Field Values

MULTIPLY

public static final int MULTIPLY
Value used to identify a MULTIPLY Blend when it is encoded.

See Also:
Constant Field Values

SCREEN

public static final int SCREEN
Value used to identify a SCREEN Blend when it is encoded.

See Also:
Constant Field Values

LIGHTEN

public static final int LIGHTEN
Value used to identify a LIGHTEN Blend when it is encoded.

See Also:
Constant Field Values

DARKEN

public static final int DARKEN
Value used to identify a DARKEN Blend when it is encoded.

See Also:
Constant Field Values

ADD

public static final int ADD
Value used to identify a ADD Blend when it is encoded.

See Also:
Constant Field Values

SUBTRACT

public static final int SUBTRACT
Value used to identify a SUBTRACT Blend when it is encoded.

See Also:
Constant Field Values

DIFFERENCE

public static final int DIFFERENCE
Value used to identify a DIFFERENCE Blend when it is encoded.

See Also:
Constant Field Values

INVERT

public static final int INVERT
Value used to identify a INVERT Blend when it is encoded.

See Also:
Constant Field Values

ALPHA

public static final int ALPHA
Value used to identify a ALPHA Blend when it is encoded.

See Also:
Constant Field Values

ERASE

public static final int ERASE
Value used to identify a ERASE Blend when it is encoded.

See Also:
Constant Field Values

OVERLAY

public static final int OVERLAY
Value used to identify a OVERLAY Blend when it is encoded.

See Also:
Constant Field Values

HARDLIGHT

public static final int HARDLIGHT
Value used to identify a HARDLIGHT Blend when it is encoded.

See Also:
Constant Field Values


Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.