DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class BlendMode

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.BlendMode

public class BlendMode
extends java.lang.Object

Represents the different types of Blend modes


Field Summary
static BlendMode COLORBURN
          Color Burn blending.
static BlendMode COLORDODGE
          Color Dodge blending.
static BlendMode DARKEN
          Darken blending.
static BlendMode DIFFERENCE
          Difference blending.
static BlendMode EXCLUSION
          Exclusion blending.
static BlendMode HARDLIGHT
          Hard Light blending.
static BlendMode LIGHTEN
          Lighten blending.
static BlendMode MULTIPLY
          Multiple blending.
static BlendMode NORMAL
          Normal blending.
static BlendMode OVERLAY
          Overlay blending.
static BlendMode SCREEN
          Screen blending.
static BlendMode SOFTLIGHT
          Soft Light blending.
 
Method Summary
 int getValue()
          Gets the enumeration constant value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final BlendMode NORMAL
Normal blending.


MULTIPLY

public static final BlendMode MULTIPLY
Multiple blending.


SCREEN

public static final BlendMode SCREEN
Screen blending.


OVERLAY

public static final BlendMode OVERLAY
Overlay blending.


DARKEN

public static final BlendMode DARKEN
Darken blending.


LIGHTEN

public static final BlendMode LIGHTEN
Lighten blending.


COLORDODGE

public static final BlendMode COLORDODGE
Color Dodge blending.


COLORBURN

public static final BlendMode COLORBURN
Color Burn blending.


HARDLIGHT

public static final BlendMode HARDLIGHT
Hard Light blending.


SOFTLIGHT

public static final BlendMode SOFTLIGHT
Soft Light blending.


DIFFERENCE

public static final BlendMode DIFFERENCE
Difference blending.


EXCLUSION

public static final BlendMode EXCLUSION
Exclusion blending.

Method Detail

getValue

public int getValue()
Gets the enumeration constant value.

Returns:
The enumeration constant value.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software