public class RadarAxis extends NumberAxis
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
XML_TAG |
axisData, axisReversed, position
构造器和说明 |
---|
RadarAxis() |
限定符和类型 | 方法和说明 |
---|---|
AxisGlyph |
createAxisGlyph(ChartData chartData)
根据ChartData 生成对应的AxisGlyph
|
boolean |
equals(java.lang.Object ob) |
Title |
getTitle()
返回坐标轴标题
|
void |
initAxisGlyph(RadarAxisGlyph axisGlyph) |
boolean |
isAllMaxMin() |
void |
readXML(XMLableReader reader)
readXML
|
void |
setAllMaxMin(boolean isAllMaxMin) |
void |
setTitle(Title title)
坐标轴标题
|
void |
writeXML(XMLPrintWriter writer)
writeXML
|
buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, checkSimpleAxis4PlotDemo, clone, dealFormula, dependence, getAlertValues, getLogBase, getShowUnit, getUnitPadding, initAxisGlyph, isLog, isPercentage, isSurpportAxisTitle, modFormulaString, setAlertValues, setLog, setLogBase, setPercentage, setShowUnit, setUnitPadding
diffWithTimeZone, getAxisColor, getAxisStyle, getFormat, getLabelNumber, getMainGridColor, getMainGridStyle, getMainUnit, getMaxValue, getMinValue, getPosition, getSecTickMarkType, getSecUnit, getTextAttr, getTickMarkType, getTimeSwitchMap, hasAxisReversed, initAxisGlyph, isArrowShow, isCategoryAxis, isCustomMainUnit, isCustomMaxValue, isCustomMinValue, isCustomSecUnit, isDate, isShowAxisLabel, isSupportAxisLabelWrap, isZoom, setArrowShow, setAxisColor, setAxisReversed, setAxisStyle, setCustomMainUnit, setCustomMaxValue, setCustomMinValue, setCustomSecUnit, setFormat, setLabelIntervalNumber, setMainGridColor, setMainGridStyle, setMainUnit, setMaxValue, setMinValue, setPosition, setSecTickMarkType, setSecUnit, setShowAxisLabel, setTextAttr, setTickMarkType, setZoom
public static final java.lang.String XML_TAG
public void setAllMaxMin(boolean isAllMaxMin)
public boolean isAllMaxMin()
public void readXML(XMLableReader reader)
readXML
在接口中 XMLReadable
readXML
在类中 NumberAxis
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
writeXML
在接口中 XMLWriter
writeXML
在类中 NumberAxis
writer
- XML写入对象public boolean equals(java.lang.Object ob)
equals
在类中 NumberAxis
public AxisGlyph createAxisGlyph(ChartData chartData)
Axis
createAxisGlyph
在类中 Axis
chartData
- 数据public void initAxisGlyph(RadarAxisGlyph axisGlyph)