Package com.openfin.desktop.platform
Class AutoResizeOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.AutoResizeOptions
public class AutoResizeOptions extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AutoResizeOptions()
AutoResizeOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description boolean
isHeight()
boolean
isHorizontal()
boolean
isVertical()
boolean
isWidth()
void
setHeight(boolean height)
void
setHorizontal(boolean horizontal)
void
setVertical(boolean vertical)
void
setWidth(boolean width)
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
-
AutoResizeOptions
public AutoResizeOptions() -
AutoResizeOptions
public AutoResizeOptions(org.json.JSONObject json)
-
-
Method Details
-
isWidth
public boolean isWidth() -
setWidth
public void setWidth(boolean width) -
isHeight
public boolean isHeight() -
setHeight
public void setHeight(boolean height) -
isHorizontal
public boolean isHorizontal() -
setHorizontal
public void setHorizontal(boolean horizontal) -
isVertical
public boolean isVertical() -
setVertical
public void setVertical(boolean vertical)
-