|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tecit.jni.barcode.DrawMode
public class DrawMode
The class DrawMode
serves as container for the draw method
enumerations.
Field Summary | |
---|---|
static int |
Advanced
Advanced draw mode -- a little slower but accurate, compatible with most printer drivers |
static int |
Compatible
Compatible draw mode -- fast but inaccurate, compatible with nearly all printer drivers |
static int |
Default
Default draw mode |
static int |
Dual
Dual draw mode -- a mixture between Compatible and Dual. |
Constructor Summary | |
---|---|
DrawMode()
|
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 Default
public static final int Compatible
public static final int Advanced
public static final int Dual
Constructor Detail |
---|
public DrawMode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |