public class Detail extends Object implements Serializable
| 构造器和说明 |
|---|
Detail() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
backgroundColor()
获取backgroundColor值
|
Detail |
backgroundColor(String backgroundColor)
设置backgroundColor值
|
String |
borderColor()
获取borderColor值
|
Detail |
borderColor(String borderColor)
设置borderColor值
|
Integer |
borderWidth()
获取borderWidth值
|
Detail |
borderWidth(Integer borderWidth)
设置borderWidth值
|
String |
formatter()
获取formatter值
|
Detail |
formatter(String formatter)
设置formatter值
|
String |
getBackgroundColor()
获取backgroundColor值
|
String |
getBorderColor()
获取borderColor值
|
Integer |
getBorderWidth()
获取borderWidth值
|
String |
getFormatter()
获取formatter值
|
Object |
getHeight()
获取height值
|
Object |
getOffsetCenter()
获取offsetCenter值
|
Boolean |
getShow()
获取show值
|
TextStyle |
getTextStyle()
获取textStyle值
|
Object |
getWidth()
获取width值
|
Object |
height()
获取height值
|
Detail |
height(Object height)
设置height值
|
Object |
offsetCenter()
获取offsetCenter值
|
Detail |
offsetCenter(Object offsetCenter)
设置offsetCenter值
|
void |
setBackgroundColor(String backgroundColor)
设置backgroundColor值
|
void |
setBorderColor(String borderColor)
设置borderColor值
|
void |
setBorderWidth(Integer borderWidth)
设置borderWidth值
|
void |
setFormatter(String formatter)
设置formatter值
|
void |
setHeight(Object height)
设置height值
|
void |
setOffsetCenter(Object offsetCenter)
设置offsetCenter值
|
void |
setShow(Boolean show)
设置show值
|
void |
setTextStyle(TextStyle textStyle)
设置textStyle值
|
void |
setWidth(Object width)
设置width值
|
Boolean |
show()
获取show值
|
Detail |
show(Boolean show)
设置show值
|
TextStyle |
textStyle()
属性textStyle(详见textStyle)控制文本样式
|
Object |
width()
获取width值
|
Detail |
width(Object width)
设置width值
|
public Boolean show()
public String backgroundColor()
public Detail backgroundColor(String backgroundColor)
backgroundColor - public String borderColor()
public Integer borderWidth()
public Object width()
public Object height()
public Object offsetCenter()
public String formatter()
public TextStyle textStyle()
public TextStyle getTextStyle()
public void setTextStyle(TextStyle textStyle)
textStyle - public Boolean getShow()
public void setShow(Boolean show)
show - public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor - public String getBorderColor()
public void setBorderColor(String borderColor)
borderColor - public Integer getBorderWidth()
public void setBorderWidth(Integer borderWidth)
borderWidth - public Object getWidth()
public void setWidth(Object width)
width - public Object getHeight()
public void setHeight(Object height)
height - public Object getOffsetCenter()
public void setOffsetCenter(Object offsetCenter)
offsetCenter - public String getFormatter()
public void setFormatter(String formatter)
formatter - Copyright © 2018. All rights reserved.