public class VanChartGaugeAxis extends VanChartValueAxis
XML_TAGaxisData, axisReversed, position| 构造器和说明 |
|---|
VanChartGaugeAxis() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
VanChartGaugeAxisGlyph |
createAxisGlyph(ChartData chartData)
根据ChartData 生成对应的AxisGlyph
|
boolean |
equals(java.lang.Object ob) |
protected java.lang.Object |
getClassID() |
java.awt.Color |
getMainTickColor() |
java.awt.Color |
getSecTickColor() |
void |
initAxisGlyph(AxisGlyph axisGlyph)
初始化对应的坐标轴属性
|
boolean |
isCategoryAxis()
返回 是否为分类坐标轴
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setMainTickColor(java.awt.Color mainTickColor) |
void |
setSecTickColor(java.awt.Color secTickColor) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, dealFormula, dependence, getAxisType, getLogBase, getRadarYAxisTableDefinition, initAxisGlyphWithChartData, isLog, isPercentage, isValueStyle, modFormulaString, setLog, setLogBase, setPercentage, setRadarYAxisTableDefinition, setValueStylediffWithTimeZone, getAlertValues, getAxisName, getCustomIntervalBackgroundArray, getDefaultIntervalBackgroundColor, getHtmlLabel, getMainTickLine, getMaxHeight, getSecTickLine, initAxisGlyphCustomValue, initAxisGlyphWithChartData, isAutoLabelGap, isCommonValueFormat, isLimitSize, isRotation, isTitleUseHtml, 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, isShowAxisLabel, isSupportAxisLabelWrap, isZoom, setArrowShow, setAxisColor, setAxisReversed, setAxisStyle, setCustomMainUnit, setCustomMaxValue, setCustomMinValue, setCustomSecUnit, setFormat, setLabelIntervalNumber, setMainGridColor, setMainGridStyle, setMainUnit, setMaxValue, setMinValue, setPosition, setSecUnit, setShowAxisLabel, setTextAttr, setTitle, setZoompublic java.awt.Color getMainTickColor()
public java.awt.Color getSecTickColor()
public void setMainTickColor(java.awt.Color mainTickColor)
public void setSecTickColor(java.awt.Color secTickColor)
public VanChartGaugeAxisGlyph createAxisGlyph(ChartData chartData)
VanChartValueAxiscreateAxisGlyph 在类中 VanChartValueAxischartData - 数据public void initAxisGlyph(AxisGlyph axisGlyph)
initAxisGlyph 在类中 VanChartValueAxisaxisGlyph - 坐标轴绘图区public boolean equals(java.lang.Object ob)
equals 在类中 VanChartValueAxispublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 VanChartValueAxisjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereadXML 在类中 VanChartValueAxisreader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
XMLWriterwriteXML 在接口中 XMLWriterwriteXML 在类中 VanChartValueAxiswriter - XML写入对象protected java.lang.Object getClassID()
getClassID 在类中 VanChartValueAxispublic boolean isCategoryAxis()
isCategoryAxis 在类中 VanChartValueAxis