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, setTitleUseHtml
checkSimpleAxis4PlotDemo, 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, setZoom
public 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
在类中 VanChartAxis
public VanChartTimeAxisGlyph createAxisGlyph(ChartData chartData)
createAxisGlyph
在类中 VanChartAxis
chartData
- 数据public void initAxisGlyph(AxisGlyph axisGlyph)
initAxisGlyph
在类中 VanChartAxis
axisGlyph
- 坐标轴绘图区public boolean equals(java.lang.Object ob)
equals
在类中 VanChartAxis
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 VanChartAxis
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 VanChartAxis
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 VanChartAxis
writer
- XML写入对象protected java.lang.Object getClassID()
getClassID
在类中 VanChartAxis
public boolean isCategoryAxis()
isCategoryAxis
在类中 Axis