public final class GraphicsUnit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DISPLAY
Specifies the unit of measure of the display device.
|
static int |
DOCUMENT
Specifies the document unit (1/300 inch) as the unit of measure.
|
static int |
INCH
Specifies the inch as the unit of measure.
|
static int |
MILLIMETER
Specifies the millimeter as the unit of measure.
|
static int |
PIXEL
Specifies a device pixel as the unit of measure.
|
static int |
POINT
Specifies a printer's point (1/72 inch) as the unit of measure.
|
static int |
WORLD
Specifies the world coordinate system unit as the unit of measure.
|
public static final int WORLD
public static final int DISPLAY
public static final int PIXEL
public static final int POINT
public static final int INCH
public static final int DOCUMENT
public static final int MILLIMETER