public class ValueAxis extends NumberAxis
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
XML_TAG |
axisData, axisReversed, position
限定符和类型 | 方法和说明 |
---|---|
AxisGlyph |
createAxisGlyph(ChartData chartData)
根据ChartData 生成对应的AxisGlyph
|
RangeAxisGlyph |
createRangeAxisGlyph()
生成全距图用的AxisGlyph
|
boolean |
equals(java.lang.Object ob) |
void |
initAxisGlyph(ValueAxisGlyph axisGlyph) |
boolean |
isAlignZeroValue()
返回是否和第二值轴0值对齐
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setAlignZeroValue(boolean alignZeroValue)
设置是否对齐第二值轴0值
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
void |
writeXML(XMLPrintWriter writer,
java.lang.String tagName) |
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, getTitle, 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, setTitle, setZoom
public static final java.lang.String XML_TAG
public void setAlignZeroValue(boolean alignZeroValue)
public boolean isAlignZeroValue()
public AxisGlyph createAxisGlyph(ChartData chartData)
Axis
createAxisGlyph
在类中 Axis
chartData
- 数据public RangeAxisGlyph createRangeAxisGlyph()
public void initAxisGlyph(ValueAxisGlyph axisGlyph)
public boolean equals(java.lang.Object ob)
equals
在类中 NumberAxis
public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 NumberAxis
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 NumberAxis
writer
- XML写入对象public void writeXML(XMLPrintWriter writer, java.lang.String tagName)