public abstract class Axis<T> extends AbstractData<T> implements Component
data| 构造器和说明 |
|---|
Axis() |
| 限定符和类型 | 方法和说明 |
|---|---|
AxisLabel |
axisLabel()
坐标轴文本标签,详见axis.axisLabel
|
T |
axisLabel(AxisLabel label) |
AxisLine |
axisLine()
坐标轴线,默认显示,属性show控制显示与否,属性lineStyle(详见lineStyle)控制线条样式
|
T |
axisLine(AxisLine axisLine)
设置axisLine值
|
AxisTick |
axisTick()
坐标轴小标记,默认不显示,属性show控制显示与否,属性length控制线长,属性lineStyle(详见lineStyle)控制线条样式
|
T |
axisTick(AxisTick axisTick)
设置axisTick值
|
Object |
boundaryGap() |
T |
boundaryGap(Object boundaryGap) |
T |
boundaryGap(Object[] boundaryGap) |
T |
boundaryGap(Object o1,
Object o2) |
T |
data(Object... values)
添加坐标轴的类目属性
|
AxisLabel |
getAxisLabel()
获取axisLabel值
|
AxisLine |
getAxisLine()
获取axisLine值
|
AxisTick |
getAxisTick()
获取axisTick值
|
Object |
getBoundaryGap() |
Integer |
getGridIndex() |
Object |
getInterval() |
Boolean |
getInverse() |
Object |
getMax() |
Object |
getMin() |
String |
getName()
获取name值
|
Integer |
getNameGap() |
Object |
getPosition()
获取position值
|
Boolean |
getScale() |
Boolean |
getShow()
获取show值
|
SplitArea |
getSplitArea()
获取splitArea值
|
SplitLine |
getSplitLine()
获取splitLine值
|
AxisType |
getType()
获取type值
|
Integer |
getZ()
获取z值
|
Integer |
getZlevel()
获取zlevel值
|
Integer |
gridIndex() |
T |
gridIndex(Integer gridIndex) |
Object |
interval() |
T |
interval(Double interval) |
T |
interval(Object interval) |
Boolean |
inverse() |
T |
inverse(Boolean inverse) |
Object |
max() |
T |
max(Double max) |
T |
max(Object max) |
Object |
min() |
T |
min(Double min) |
T |
min(Object min) |
String |
name()
获取name值
|
T |
name(String name)
设置name值
|
Integer |
nameGap() |
T |
nameGap(Integer nameGap) |
Object |
position()
获取position值
|
T |
position(Object position)
设置position值
|
T |
position(X position)
设置position值
|
T |
position(Y position)
设置position值
|
Boolean |
scale() |
T |
scale(Boolean scale) |
void |
setAxisLabel(AxisLabel axisLabel)
设置axisLabel值
|
void |
setAxisLine(AxisLine axisLine)
设置axisLine值
|
void |
setAxisTick(AxisTick axisTick)
设置axisTick值
|
void |
setBoundaryGap(Object boundaryGap) |
void |
setGridIndex(Integer gridIndex) |
void |
setInterval(Object interval) |
void |
setInverse(Boolean inverse) |
void |
setMax(Object max) |
void |
setMin(Object min) |
void |
setName(String name)
设置name值
|
void |
setNameGap(Integer nameGap) |
void |
setPosition(Object position)
设置position值
|
void |
setScale(Boolean scale) |
void |
setShow(Boolean show)
设置show值
|
void |
setSplitArea(SplitArea splitArea)
设置splitArea值
|
void |
setSplitLine(SplitLine splitLine)
设置splitLine值
|
void |
setType(AxisType type)
设置type值
|
void |
setZ(Integer z)
设置z值
|
void |
setZlevel(Integer zlevel)
设置zlevel值
|
Boolean |
show()
获取show值
|
T |
show(Boolean show)
设置show值
|
SplitArea |
splitArea()
分隔区域,默认不显示,属性show控制显示与否,属性areaStyle(详见areaStyle)控制区域样式
|
T |
splitArea(SplitArea splitArea)
设置splitArea值
|
SplitLine |
splitLine()
分隔线,默认显示,属性show控制显示与否,属性lineStyle(详见lineStyle)控制线条样式
|
T |
splitLine(SplitLine splitLine)
设置splitLine值
|
AxisType |
type()
获取type值
|
T |
type(AxisType type)
设置type值
|
Integer |
z()
获取z值
|
T |
z(Integer z)
设置z值
|
Integer |
zlevel()
获取zlevel值
|
T |
zlevel(Integer zlevel)
设置zlevel值
|
animation, animation, animationDuration, animationDuration, animationDurationUpdate, animationDurationUpdate, animationEasing, animationEasing, animationEasing, animationEasingUpdate, animationEasingUpdate, animationEasingUpdate, clickable, clickable, data, getAnimation, getAnimationDuration, getAnimationDurationUpdate, getAnimationEasing, getAnimationEasingUpdate, getClickable, getData, getHoverable, hoverable, hoverable, setAnimation, setAnimationDuration, setAnimationDurationUpdate, setAnimationEasing, setAnimationEasingUpdate, setClickable, setData, setHoverablepublic Boolean scale()
public Object interval()
public Integer gridIndex()
public Integer nameGap()
public Boolean inverse()
public Object boundaryGap()
public Object min()
public Object max()
public Integer zlevel()
public Integer z()
public Boolean show()
public AxisType type()
public AxisType getType()
public void setType(AxisType type)
type - public Object getPosition()
public void setPosition(Object position)
position - public String getName()
public void setName(String name)
name - public Object position()
public String name()
public AxisLine axisLine()
public AxisTick axisTick()
public SplitLine splitLine()
SplitLinepublic SplitArea splitArea()
public Boolean getShow()
public void setShow(Boolean show)
show - public AxisLine getAxisLine()
public void setAxisLine(AxisLine axisLine)
axisLine - public AxisTick getAxisTick()
public void setAxisTick(AxisTick axisTick)
axisTick - public AxisLabel getAxisLabel()
public void setAxisLabel(AxisLabel axisLabel)
axisLabel - public SplitLine getSplitLine()
public void setSplitLine(SplitLine splitLine)
splitLine - public SplitArea getSplitArea()
public void setSplitArea(SplitArea splitArea)
splitArea - public Integer getZlevel()
public void setZlevel(Integer zlevel)
zlevel - public Integer getZ()
public void setZ(Integer z)
z - public Integer getGridIndex()
public void setGridIndex(Integer gridIndex)
public Integer getNameGap()
public void setNameGap(Integer nameGap)
public Boolean getInverse()
public void setInverse(Boolean inverse)
public Object getBoundaryGap()
public void setBoundaryGap(Object boundaryGap)
public Object getMin()
public void setMin(Object min)
public Object getMax()
public void setMax(Object max)
public Boolean getScale()
public void setScale(Boolean scale)
public Object getInterval()
public void setInterval(Object interval)
Copyright © 2016. All rights reserved.