程序包 | 说明 |
---|---|
com.fr.plugin.chart | |
com.fr.plugin.chart.attr.axis | |
com.fr.plugin.chart.glyph.axis | |
com.fr.plugin.chart.type |
限定符和类型 | 方法和说明 |
---|---|
static long |
VanChartAttrHelper.getTimeTypeMilliSecond(TimeType timeType) |
static long |
VanChartAttrHelper.getTimeTypeMilliSecond4MinMax(TimeType timeType) |
static long |
VanChartAttrHelper.getTimeTypeSecond(TimeType timeType) |
限定符和类型 | 方法和说明 |
---|---|
TimeType |
VanChartTimeAxis.getMainType()
返回主要日期类型
|
TimeType |
VanChartTimeAxis.getSecondType()
返回次要日期类型
|
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartTimeAxis.setMainType(TimeType mainType)
设置主要日期类型
|
void |
VanChartTimeAxis.setSecondType(TimeType secondType)
设置次要日期类型
|
限定符和类型 | 方法和说明 |
---|---|
TimeType |
VanChartTimeAxisGlyph.getMainType()
返回主要日期类型
|
TimeType |
VanChartTimeAxisGlyph.getSecondType()
返回次要日期类型
|
限定符和类型 | 方法和说明 |
---|---|
void |
VanChartTimeAxisGlyph.setMainType(TimeType mainType)
设置主要日期类型
|
void |
VanChartTimeAxisGlyph.setSecondType(TimeType secondType)
设置次要日期类型
|
限定符和类型 | 方法和说明 |
---|---|
static TimeType |
TimeType.parseInt(int p)
将字符串转换成枚举类型
|
static TimeType |
TimeType.parseString(java.lang.String p)
将字符串转换成枚举类型
|
static TimeType |
TimeType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static TimeType[] |
TimeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|