|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.j2me.barcode.generation.GraphicsUnit
Measurement of barcode settings
Field Summary | |
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 |
MILIMETER
Specifies the millimeter as the unit of measure. |
static int |
PIXEL
Specifies x device pixel as the unit of measure. |
static int |
POINT
Specifies x printer's point (1/72 inch) as the unit of measure. |
Constructor Summary | |
GraphicsUnit()
This class serves the purpose of hosting constants, never meant to be initiated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DISPLAY
public static final int INCH
public static final int MILIMETER
public static final int POINT
public static final int DOCUMENT
public static final int PIXEL
Constructor Detail |
public GraphicsUnit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |