public class ChartAlertValue extends java.lang.Object implements XMLable
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
XML_TAG |
| 构造器和说明 |
|---|
ChartAlertValue()
构造默认的警戒线
|
ChartAlertValue(BaseFormula formula)
构造值为formula的警戒线
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buidExecuteSequenceList(java.util.List list,
Calculator calculator)
预先计算聚合图表 表间公式顺序.
|
void |
buildGenealogyAndCheckSheetExecuteSequence(Calculator calculator,
java.util.List silList,
java.util.List bilList)
处理sheet&报表块 之间的计算顺序
|
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)
比较和Object是否相等
|
java.lang.String |
getAlertContent()
返回警戒线的名称内容
|
FRFont |
getAlertFont()
返回警戒线名称内容的字体
|
float |
getAlertLineAlpha()
返回警戒线的透明度
|
java.lang.String |
getAlertPaneSelectName()
返回界面操作时 警戒线的名称
|
int |
getAlertPosition()
返回警戒线的位置 # Constants.LEFT Constants.RIGHT
|
BaseFormula |
getAlertValueFormula()
返回警戒线的值 支持公式
|
AttrColor |
getLineColor()
返回警戒线的颜色
|
AttrLineStyle |
getLineStyle()
返回警戒线线型
|
void |
modFormulaString(MOD_COLUMN_ROW mod)
插入删除行列时 公式联动
|
void |
readXML(XMLableReader reader)
读取XML属性
|
void |
setAlertContent(java.lang.String alertContent)
设置警戒线的名称内容
|
void |
setAlertFont(FRFont alertFont)
设置警戒线名称内容的字体 #alertContent
|
void |
setAlertLineAlpha(float alertLineAlpha)
设置警戒线的透明度
|
void |
setAlertPaneSelectName(java.lang.String name)
设置 警戒线在界面操作时的名称
|
void |
setAlertPosition(int alertPosition)
设置警戒线的位置
|
void |
setAlertValueFormula(BaseFormula formula)
设置警戒线的 值 支持公式
|
void |
setLineColor(AttrColor lineColor)
设置警戒线的颜色
|
void |
setLineStyle(AttrLineStyle lineStyle)
设置警戒线线型
|
void |
writeXML(XMLPrintWriter writer)
输出XML属性
|
public static final java.lang.String XML_TAG
public ChartAlertValue()
public ChartAlertValue(BaseFormula formula)
formula - 警戒值大小public void setAlertValueFormula(BaseFormula formula)
formula - 警戒线的值public BaseFormula getAlertValueFormula()
public void setAlertPosition(int alertPosition)
alertPosition - 警戒线位置public int getAlertPosition()
public void setAlertContent(java.lang.String alertContent)
alertContent - 警戒线的名称内容public java.lang.String getAlertContent()
public void setLineColor(AttrColor lineColor)
lineColor - 警戒线的颜色public AttrColor getLineColor()
public void setLineStyle(AttrLineStyle lineStyle)
lineStyle - 警戒线的线型public AttrLineStyle getLineStyle()
public void setAlertFont(FRFont alertFont)
alertFont - 警戒线的内容字体public FRFont getAlertFont()
public void setAlertLineAlpha(float alertLineAlpha)
alertLineAlpha - 警戒线的透明度public float getAlertLineAlpha()
public void setAlertPaneSelectName(java.lang.String name)
name - 界面操作时警戒线的名称public java.lang.String getAlertPaneSelectName()
public void dependence(CalculatorProvider ca, java.util.List<java.lang.String> result)
public void dealFormula(Calculator calculator)
calculator - SE中的公式处理器public void buidExecuteSequenceList(java.util.List list,
Calculator calculator)
public void buildGenealogyAndCheckSheetExecuteSequence(Calculator calculator, java.util.List silList, java.util.List bilList)
public void modFormulaString(MOD_COLUMN_ROW mod)
mod - 公式联动时的处理public boolean equals(java.lang.Object ob)
equals 在类中 java.lang.Objectob - 用 于比较的Objectpublic void readXML(XMLableReader reader)
readXML 在接口中 XMLReadablereader - XML读取器XMLableReaderpublic void writeXML(XMLPrintWriter writer)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 java.lang.Objectjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常