com.tecit.jni.barcode
Class ColorMode

java.lang.Object
  extended by com.tecit.jni.barcode.ColorMode

public class ColorMode
extends java.lang.Object

The class ColorMode serves as container for the color mode enumerations.


Field Summary
static int CMYK
          CMYK color mode
static int GRAYSCALE
          Grayscale color mode
static int RGB
          RGB color mode
 
Constructor Summary
ColorMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RGB

public static final int RGB
RGB color mode

See Also:
Constant Field Values

GRAYSCALE

public static final int GRAYSCALE
Grayscale color mode

See Also:
Constant Field Values

CMYK

public static final int CMYK
CMYK color mode

See Also:
Constant Field Values
Constructor Detail

ColorMode

public ColorMode()