Package com.openfin.desktop
Class MonitorDetails
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.MonitorDetails
public class MonitorDetails extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MonitorDetails()
MonitorDetails(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description java.lang.String
getDeviceId()
double
getDeviceScaleFactor()
java.lang.String
getName()
boolean
isDisplayDeviceActive()
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
-
Constructor Details
-
MonitorDetails
public MonitorDetails() -
MonitorDetails
public MonitorDetails(org.json.JSONObject json)
-
-
Method Details
-
getDeviceId
public java.lang.String getDeviceId() -
getName
public java.lang.String getName() -
getDeviceScaleFactor
public double getDeviceScaleFactor() -
isDisplayDeviceActive
public boolean isDisplayDeviceActive()
-