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, setUnitPaddingdiffWithTimeZone, 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, setZoompublic static final java.lang.String XML_TAG
public void setAllMaxMin(boolean isAllMaxMin)
public boolean isAllMaxMin()
public void readXML(XMLableReader reader)
readXML 在接口中 XMLReadablereadXML 在类中 NumberAxisreader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
writeXML 在接口中 XMLWriterwriteXML 在类中 NumberAxiswriter - XML写入对象public boolean equals(java.lang.Object ob)
equals 在类中 NumberAxispublic AxisGlyph createAxisGlyph(ChartData chartData)
AxiscreateAxisGlyph 在类中 AxischartData - 数据public void initAxisGlyph(RadarAxisGlyph axisGlyph)