Inheritance diagram for Points:

Public Member Functions | |
| Points () | |
| Points (double pts) | |
Static Public Attributes | |
| static final Units | ONE = new Points(1) |
| The Identity Element; One Point, representing 1/72nd of an inch. | |
Protected Member Functions | |
| Override double | getNumberOfUnitsInOneInch () |
This is also what Java2D uses as a default unit for printing to the printer.
This software is distributed under the BSD License.
Definition at line 14 of file Points.java.
| Points | ( | double | pts | ) |
| Override double getNumberOfUnitsInOneInch | ( | ) | [protected, virtual] |
1.4.7