Inheritance diagram for PatternDots:

Public Member Functions | |
| PatternDots () | |
| Default Constructor for Doing unit conversions, etc. | |
| PatternDots (double dots) | |
| String | toString () |
Static Public Attributes | |
| static final DecimalFormat | FORMATTER = new DecimalFormat("#.000") |
| Prettifies printouts. | |
| static final Units | ONE = new PatternDots(1) |
| Identity Element representing one Pattern Dot. | |
Protected Member Functions | |
| Override double | getNumberOfUnitsInOneInch () |
| How many pattern dots per inch? | |
This software is distributed under the BSD License.
Definition at line 17 of file PatternDots.java.
| PatternDots | ( | ) |
Default Constructor for Doing unit conversions, etc.
..
Definition at line 44 of file PatternDots.java.
| PatternDots | ( | double | dots | ) |
| Override double getNumberOfUnitsInOneInch | ( | ) | [protected, virtual] |
| String toString | ( | ) |
Reimplemented from Units.
Definition at line 68 of file PatternDots.java.
References PatternDots.FORMATTER, Units.getUnitName(), and Units.getValue().
1.4.7