public abstract class NumberAxis extends Axis
axisData, axisReversed, position, XML_TAG
构造器和说明 |
---|
NumberAxis() |
限定符和类型 | 方法和说明 |
---|---|
void |
buidExecuteSequenceList(java.util.List list,
Calculator calculator)
预先计算聚合图表 表间公式顺序.
|
void |
buildGenealogyAndCheckSheetExecuteSequence(Calculator calculator,
java.util.List silList,
java.util.List bilList)
处理sheet&报表块 之间的计算顺序
|
void |
checkSimpleAxis4PlotDemo()
SimpleDemo中简化 坐标轴的设置.
|
java.lang.Object |
clone() |
void |
dealFormula(Calculator calculator)
SE中处理公式
|
void |
dependence(CalculatorProvider ca,
java.util.List<java.lang.String> result) |
boolean |
equals(java.lang.Object ob) |
ChartAlertValue[] |
getAlertValues()
返回坐标轴警戒线
|
BaseFormula |
getLogBase()
返回对数的底
|
AxisUnitType |
getShowUnit()
返回显示的单位
|
java.lang.String |
getUnitPadding() |
void |
initAxisGlyph(NumberAxisGlyph axisGlyph)
初始化 对应的AxisGlyph
|
boolean |
isLog()
返回 是否为对数对数坐标轴
|
boolean |
isPercentage()
返回是否为百分比坐标轴
|
boolean |
isSurpportAxisTitle()
是否支持坐标轴标题
|
void |
modFormulaString(MOD_COLUMN_ROW mod)
插入删除行列时 公式联动
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setAlertValues(ChartAlertValue[] alertValueList)
设置坐标轴警戒线
|
void |
setLog(boolean isLog)
设置是否用对数坐标轴
|
void |
setLogBase(BaseFormula logBase)
设置对数的底
|
void |
setPercentage(boolean isPercentage)
设置是否为百分比坐标轴
|
void |
setShowUnit(AxisUnitType showUnit)
设置显示单位
|
void |
setUnitPadding(java.lang.String unitPadding) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
createAxisGlyph, 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 void setAlertValues(ChartAlertValue[] alertValueList)
public ChartAlertValue[] getAlertValues()
public void checkSimpleAxis4PlotDemo()
checkSimpleAxis4PlotDemo
在类中 Axis
public void setShowUnit(AxisUnitType showUnit)
public AxisUnitType getShowUnit()
public void setUnitPadding(java.lang.String unitPadding)
public java.lang.String getUnitPadding()
public void setLogBase(BaseFormula logBase)
public BaseFormula getLogBase()
public void setPercentage(boolean isPercentage)
setPercentage
在类中 Axis
public boolean isPercentage()
isPercentage
在类中 Axis
public void initAxisGlyph(NumberAxisGlyph axisGlyph)
axisGlyph
- 坐标轴Glyphpublic boolean isSurpportAxisTitle()
public void dependence(CalculatorProvider ca, java.util.List<java.lang.String> result)
dependence
在类中 Axis
public void dealFormula(Calculator calculator)
dealFormula
在类中 Axis
calculator
- 公式计算器.public void buidExecuteSequenceList(java.util.List list, Calculator calculator)
buidExecuteSequenceList
在类中 Axis
calculator
- 公式计算器list
- 表间列表public void buildGenealogyAndCheckSheetExecuteSequence(Calculator calculator, java.util.List silList, java.util.List bilList)
public void modFormulaString(MOD_COLUMN_ROW mod)
modFormulaString
在类中 Axis
mod
- 行列变动public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 Axis
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
XMLWriter
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 Axis
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常