-
- All Implemented Interfaces:
public class DeviceDisplay
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeviceDisplayINSTANCE
-
Method Summary
Modifier and Type Method Description final static FloatgetDensity()final static IntegerconvertDpiToPx(Double dip)final static IntegerconvertPxToDpi(Integer pixel)final static FloatArraygetScreenSizeInPX()-
-
Method Detail
-
getDensity
final static Float getDensity()
-
convertDpiToPx
final static Integer convertDpiToPx(Double dip)
-
convertPxToDpi
final static Integer convertPxToDpi(Integer pixel)
-
getScreenSizeInPX
final static FloatArray getScreenSizeInPX()
-
-
-
-