public class AxisPointer extends Object implements Serializable
| 构造器和说明 |
|---|
AxisPointer() |
| 限定符和类型 | 方法和说明 |
|---|---|
CrossStyle |
crossStyle()
设置十字准星指示器
|
AxisPointer |
crossStyle(CrossStyle crossStyle)
设置crossStyle值
|
LineStyle |
lineStyle()
设置直线指示器
|
AxisPointer |
lineStyle(LineStyle lineStyle)
设置lineStyle值
|
ShadowStyle |
shadowStyle()
设置阴影指示器
|
AxisPointer |
shadowStyle(ShadowStyle shadowStyle)
设置shadowStyle值
|
Boolean |
show()
是否显示
|
AxisPointer |
show(Boolean show)
设置是否显示
|
TextStyle |
textStyle()
获取textStyle值
|
AxisPointer |
textStyle(TextStyle textStyle)
设置textStyle值
|
PointerType |
type()
获取type值
|
AxisPointer |
type(PointerType type)
设置type值
|
public TextStyle textStyle()
public AxisPointer textStyle(TextStyle textStyle)
textStyle - public AxisPointer lineStyle(LineStyle lineStyle)
lineStyle - public AxisPointer crossStyle(CrossStyle crossStyle)
crossStyle - public AxisPointer shadowStyle(ShadowStyle shadowStyle)
shadowStyle - public PointerType type()
public AxisPointer type(PointerType type)
type - public Boolean show()
public AxisPointer show(Boolean show)
public CrossStyle crossStyle()
public ShadowStyle shadowStyle()
Copyright © 2018. All rights reserved.