public class DrawMode
extends java.lang.Object
DrawMode
serves as container for the draw method
enumerations.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
DrawMode() |
public static final int Default
public static final int Compatible
public static final int Advanced
public static final int Dual