public class ControlStyle extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
class |
ControlStyle.Color |
| 构造器和说明 |
|---|
ControlStyle()
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
ControlStyle.Color |
emphasis()
获取emphasis值
|
ControlStyle |
emphasis(ControlStyle.Color emphasis)
设置emphasis值
|
ControlStyle.Color |
getEmphasis()
获取emphasis值
|
Integer |
getItemGap()
获取itemGap值
|
Integer |
getItemSize()
获取itemSize值
|
ControlStyle.Color |
getNormal()
获取normal值
|
Integer |
itemGap()
获取itemGap值
|
ControlStyle |
itemGap(Integer itemGap)
设置itemGap值
|
Integer |
itemSize()
获取itemSize值
|
ControlStyle |
itemSize(Integer itemSize)
设置itemSize值
|
ControlStyle.Color |
normal()
获取normal值
|
ControlStyle |
normal(ControlStyle.Color normal)
设置normal值
|
void |
setEmphasis(ControlStyle.Color emphasis)
设置emphasis值
|
void |
setItemGap(Integer itemGap)
设置itemGap值
|
void |
setItemSize(Integer itemSize)
设置itemSize值
|
void |
setNormal(ControlStyle.Color normal)
设置normal值
|
public Integer itemSize()
public ControlStyle itemSize(Integer itemSize)
itemSize - public Integer itemGap()
public ControlStyle itemGap(Integer itemGap)
itemGap - public ControlStyle.Color normal()
public ControlStyle normal(ControlStyle.Color normal)
normal - public ControlStyle.Color emphasis()
public ControlStyle emphasis(ControlStyle.Color emphasis)
emphasis - public ControlStyle.Color getNormal()
public void setNormal(ControlStyle.Color normal)
normal - public ControlStyle.Color getEmphasis()
public void setEmphasis(ControlStyle.Color emphasis)
emphasis - public Integer getItemSize()
public void setItemSize(Integer itemSize)
itemSize - public Integer getItemGap()
public void setItemGap(Integer itemGap)
itemGap - Copyright © 2018. All rights reserved.