public class DensityMetrics extends Object
| Constructor and Description |
|---|
DensityMetrics(int xDpi,
int yDpi) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getScaleRatio() |
Integer |
getXdpi() |
Integer |
getYdpi() |
DensityMetrics |
scaleRatio(Double scaleRatio) |
DensityMetrics |
xDpi(Integer xDpi) |
DensityMetrics |
yDpi(Integer yDpi) |
public Double getScaleRatio()
public DensityMetrics scaleRatio(Double scaleRatio)
public Integer getXdpi()
public DensityMetrics xDpi(Integer xDpi)
public Integer getYdpi()
public DensityMetrics yDpi(Integer yDpi)
Copyright © 2023. All rights reserved.