|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tecit.jni.barcode.ColorMode
public class ColorMode
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 |
---|
public static final int RGB
public static final int GRAYSCALE
public static final int CMYK
Constructor Detail |
---|
public ColorMode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |