public class AutoResizeOptions extends JsonBean
Constructor and Description |
---|
AutoResizeOptions() |
AutoResizeOptions(org.json.JSONObject json) |
Modifier and Type | Method and 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) |
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
public AutoResizeOptions()
public AutoResizeOptions(org.json.JSONObject json)
public boolean isWidth()
public void setWidth(boolean width)
public boolean isHeight()
public void setHeight(boolean height)
public boolean isHorizontal()
public void setHorizontal(boolean horizontal)
public boolean isVertical()
public void setVertical(boolean vertical)
Copyright © 2022. All rights reserved.