Package com.openfin.desktop
Class MonitorInfo
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.MonitorInfo
-
public class MonitorInfo extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description MonitorInfo(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDeviceScaleFactor()java.awt.PointgetDpi()java.util.List<MonitorDetails>getNonPrimaryMonitors()MonitorDetailsgetPrimaryMonitor()-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-
-
-
Method Detail
-
getDeviceScaleFactor
public double getDeviceScaleFactor()
-
getDpi
public java.awt.Point getDpi()
-
getPrimaryMonitor
public MonitorDetails getPrimaryMonitor()
-
getNonPrimaryMonitors
public java.util.List<MonitorDetails> getNonPrimaryMonitors()
-
-