Package | Description |
---|---|
org.apache.commons.imaging |
The main package for Apache Commons Imaging.
|
Modifier and Type | Method and Description |
---|---|
static PixelDensity |
PixelDensity.createFromPixelsPerCentimetre(double x,
double y) |
static PixelDensity |
PixelDensity.createFromPixelsPerInch(double x,
double y) |
static PixelDensity |
PixelDensity.createFromPixelsPerMetre(double x,
double y) |
static PixelDensity |
PixelDensity.createUnitless(double x,
double y) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.