public class FrameStyle
extends java.lang.Object
| 构造器和说明 |
|---|
FrameStyle() |
FrameStyle(org.json.JSONObject jsonObject) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFillColor() |
float |
getHeight() |
java.lang.String |
getmImagePath() |
int |
getOutlineColor() |
float |
getOutlineWidth() |
boolean |
isEnableOutline() |
boolean |
isVisible() |
void |
setEnableOutline(boolean enableOutline) |
void |
updateParam(org.json.JSONObject jsonObject) |
public void updateParam(org.json.JSONObject jsonObject)
public boolean isVisible()
public float getHeight()
public int getFillColor()
public int getOutlineColor()
public float getOutlineWidth()
public boolean isEnableOutline()
public void setEnableOutline(boolean enableOutline)
public java.lang.String getmImagePath()