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.
|
Constructor and Description |
---|
GraphicsUnit() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getGraphicsUnitName(int graphicsUnit) |
public static int World
public static int Display
public static int Pixel
public static int Point
public static int Inch
public static int Document
public static int Millimeter