public abstract class AbstractLabel<T> extends Object implements Serializable
| 构造器和说明 |
|---|
AbstractLabel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
clickable()
获取clickable值
|
T |
clickable(Boolean clickable)
设置clickable值
|
String |
color()
获取color值
|
T |
color(String color)
设置color值
|
Object |
formatter()
获取formatter值
|
T |
formatter(Object formatter)
设置formatter值
|
Object |
interval()
获取interval值
|
T |
interval(Object interval)
设置interval值
|
Integer |
margin()
获取margin值
|
T |
margin(Integer margin)
设置margin值
|
Object |
position()
获取position值
|
T |
position(Object position)
设置position值
|
T |
position(Position position)
设置position值
|
Integer |
rotate()
获取rotate值
|
T |
rotate(Integer rotate)
设置rotate值
|
Boolean |
show()
获取show值
|
T |
show(Boolean show)
设置show值
|
TextStyle |
textStyle()
文字样式(详见
TextStyle) |
T |
textStyle(TextStyle textStyle)
设置textStyle值
|
public Boolean show()
public Object position()
public Object interval()
public Integer rotate()
public Boolean clickable()
public Object formatter()
public String color()
public Integer margin()
Copyright © 2018. All rights reserved.