Constants |
ONE_100TH_MM |
In this type of map mode one logical point is equal to one-hundredth
of milimetre.
|
ONE_10TH_MM |
In this type of map mode one logical point is equal to one-tenth
of milimetre.
|
ONE_MM |
In this type of map mode one logical point is equal to one
milimetre.
|
ONE_CM |
In this type of map mode one logical point is equal to one
centimetre.
|
ONE_1000TH_INCH |
In this type of map mode one logical point is equal to one-thousandth
of inch.
|
ONE_100TH_INCH |
In this type of map mode one logical point is equal to one-hundredth
of inch.
|
ONE_10TH_INCH |
In this type of map mode one logical point is equal to one-tenth
of inch.
|
ONE_INCH |
In this type of map mode one logical point is equal to one inch.
|
POINT |
In this type of map mode one logical point is equal to one
typographical point.
|
TWIP |
In this type of map mode one logical point is equal to one twentieth
of typographical point.
|
PIXEL |
In this type of map mode one logical point is equal to one pixel.
|
Constants' Details |
ONE_100TH_MM
const long ONE_100TH_MM = 0;
- Description
- In this type of map mode one logical point is equal to one-hundredth
of milimetre.
|
|
ONE_10TH_MM
const long ONE_10TH_MM = 1;
- Description
- In this type of map mode one logical point is equal to one-tenth
of milimetre.
|
|
ONE_MM
const long ONE_MM = 2;
- Description
- In this type of map mode one logical point is equal to one
milimetre.
|
|
ONE_CM
const long ONE_CM = 3;
- Description
- In this type of map mode one logical point is equal to one
centimetre.
|
|
ONE_1000TH_INCH
const long ONE_1000TH_INCH = 4;
- Description
- In this type of map mode one logical point is equal to one-thousandth
of inch.
|
|
ONE_100TH_INCH
const long ONE_100TH_INCH = 5;
- Description
- In this type of map mode one logical point is equal to one-hundredth
of inch.
|
|
ONE_10TH_INCH
const long ONE_10TH_INCH = 6;
- Description
- In this type of map mode one logical point is equal to one-tenth
of inch.
|
|
ONE_INCH
const long ONE_INCH = 7;
- Description
- In this type of map mode one logical point is equal to one inch.
|
|
POINT
const long POINT = 8;
- Description
- In this type of map mode one logical point is equal to one
typographical point.
|
|
TWIP
const long TWIP = 9;
- Description
- In this type of map mode one logical point is equal to one twentieth
of typographical point.
|
|
PIXEL
const long PIXEL = 10;
- Description
- In this type of map mode one logical point is equal to one pixel.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.