Field Summary |
|
final public static int | UNITS_CM Unit code representing centimetres. |
final public static int | UNITS_EM Unit code representing the font-size of the relevant font. |
final public static int | UNITS_EX Unit code representing the x-height of the relevant font. |
final public static int | UNITS_INCH Unit code representing inches. |
final public static int | UNITS_MM Unit code representing millimetres. |
final public static int | UNITS_PERCENTAGE Unit code representing in percentage of the containing element
defined by terminal. |
final public static int | UNITS_PICAS Unit code representing picas (12 points). |
final public static int | UNITS_PIXELS Unit code representing pixels. |
final public static int | UNITS_POINTS Unit code representing points (1/72nd of an inch). |
final public static String[] | UNIT_SYMBOLS Textual representations of units symbols.
Supported units and their symbols are:
UNITS_PIXELS : "" (unit is omitted for pixels)
UNITS_POINTS : "pt"
UNITS_PICAS : "pc"
UNITS_EM : "em"
UNITS_EX : "ex"
UNITS_MM : "mm"
UNITS_CM . |