public class VanChartTimeAxis extends VanChartAxis
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
XML_TAG |
axisData, axisReversed, position| 构造器和说明 |
|---|
VanChartTimeAxis() |
VanChartTimeAxis(java.lang.String axisName,
int position) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
VanChartTimeAxisGlyph |
createAxisGlyph(ChartData chartData)
根据ChartData 生成对应的AxisGlyph
|
boolean |
equals(java.lang.Object ob) |
AxisType |
getAxisType() |
protected java.lang.Object |
getClassID() |
TimeType |
getMainType()
返回主要日期类型
|
TimeType |
getSecondType()
返回次要日期类型
|
void |
initAxisGlyph(AxisGlyph axisGlyph)
初始化对应的坐标轴属性
|
boolean |
isCategoryAxis()
返回 是否为分类坐标轴
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setMainType(TimeType mainType)
设置主要日期类型
|
void |
setSecondType(TimeType secondType)
设置次要日期类型
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, dealFormula, dependence, diffWithTimeZone, getAlertValues, getAxisName, getCustomIntervalBackgroundArray, getDefaultIntervalBackgroundColor, getHtmlLabel, getMainTickLine, getMaxHeight, getSecTickLine, initAxisGlyphCustomValue, initAxisGlyphWithChartData, isAutoLabelGap, isCommonValueFormat, isLimitSize, isRotation, isTitleUseHtml, modFormulaString, rotationPosition, setAlertValues, setAutoLabelGap, setAxisName, setCommonValueFormat, setCustomIntervalBackgroundArray, setDefaultIntervalBackgroundColor, setHtmlLabel, setLimitSize, setMainTickLine, setMaxHeight, setRotation, setSecTickLine, setSecTickMarkType, setTickMarkType, setTitleUseHtmlcheckSimpleAxis4PlotDemo, getAxisColor, getAxisStyle, getFormat, getLabelNumber, getMainGridColor, getMainGridStyle, getMainUnit, getMaxValue, getMinValue, getPosition, getSecTickMarkType, getSecUnit, getTextAttr, getTickMarkType, getTimeSwitchMap, getTitle, hasAxisReversed, isArrowShow, isCustomMainUnit, isCustomMaxValue, isCustomMinValue, isCustomSecUnit, isDate, isLog, isPercentage, isShowAxisLabel, isSupportAxisLabelWrap, isZoom, setArrowShow, setAxisColor, setAxisReversed, setAxisStyle, setCustomMainUnit, setCustomMaxValue, setCustomMinValue, setCustomSecUnit, setFormat, setLabelIntervalNumber, setLog, setMainGridColor, setMainGridStyle, setMainUnit, setMaxValue, setMinValue, setPercentage, setPosition, setSecUnit, setShowAxisLabel, setTextAttr, setTitle, setZoompublic static final java.lang.String XML_TAG
public VanChartTimeAxis()
public VanChartTimeAxis(java.lang.String axisName,
int position)
public void setMainType(TimeType mainType)
public TimeType getMainType()
public void setSecondType(TimeType secondType)
public TimeType getSecondType()
public AxisType getAxisType()
getAxisType 在类中 VanChartAxispublic VanChartTimeAxisGlyph createAxisGlyph(ChartData chartData)
createAxisGlyph 在类中 VanChartAxischartData - 数据public void initAxisGlyph(AxisGlyph axisGlyph)
initAxisGlyph 在类中 VanChartAxisaxisGlyph - 坐标轴绘图区public boolean equals(java.lang.Object ob)
equals 在类中 VanChartAxispublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 VanChartAxisjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereadXML 在类中 VanChartAxisreader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
XMLWriterwriteXML 在接口中 XMLWriterwriteXML 在类中 VanChartAxiswriter - XML写入对象protected java.lang.Object getClassID()
getClassID 在类中 VanChartAxispublic boolean isCategoryAxis()
isCategoryAxis 在类中 Axis