Inheritance diagram for Pixels:
Public Member Functions | |
| Pixels () | |
| One little square on your monitor, containing a color. | |
| Pixels (double numPixels) | |
| Pixels (double numPixels, double pixPerInch) | |
| double | getPixelsPerInch () |
Static Public Member Functions | |
| static Pixels | getPixelsPerInchObject (int ppi) |
Static Public Attributes | |
| static final String | CONFIG_FILE_KEY = "pixels.pixelsperinch.file" |
| The Key to access the configuration file for Pixels. | |
| static final String | CONFIG_FILE_VALUE = "/config/PixelsPerInch.xml" |
| static final Pixels | ONE = new Pixels(1) |
| The Identity Element representing one Pixel on a "default" screen at a default pixelsPerInch. | |
Protected Member Functions | |
| Override double | getNumberOfUnitsInOneInch () |
This software is distributed under the BSD License.
Definition at line 19 of file Pixels.java.
| Pixels | ( | ) |
One little square on your monitor, containing a color.
=)
Definition at line 69 of file Pixels.java.
Referenced by Pixels.getPixelsPerInchObject().
| Pixels | ( | double | numPixels | ) |
| Pixels | ( | double | numPixels, | |
| double | pixPerInch | |||
| ) |
| Override double getNumberOfUnitsInOneInch | ( | ) | [protected, virtual] |
| double getPixelsPerInch | ( | ) |
Definition at line 100 of file Pixels.java.
Referenced by ImageRegion.ImageRegion().
| static Pixels getPixelsPerInchObject | ( | int | ppi | ) | [static] |
1.4.7