public class VanChartAttrTrendLine extends DataSeriesCondition
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
XML_TAG |
构造器和说明 |
---|
VanChartAttrTrendLine() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object ob) |
int |
getAfterPeriod() |
java.lang.String |
getConditionType()
用于JS中Config--> Object属性, new相应的类型
|
LineStyleInfo |
getLineStyleInfo() |
int |
getPrePeriod() |
java.lang.String |
getTrendLineName() |
TrendLineType |
getTrendLineType() |
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setAfterPeriod(int afterPeriod) |
void |
setLineStyleInfo(LineStyleInfo lineStyleInfo) |
void |
setPrePeriod(int prePeriod) |
void |
setTrendLineName(java.lang.String trendLineName) |
void |
setTrendLineType(TrendLineType trendLineType) |
JSONObject |
toJSONObject(Repository repo)
转为json数据
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
clone, putVanJSONConfig, toVanJSONObject
public static final java.lang.String XML_TAG
public TrendLineType getTrendLineType()
public void setTrendLineType(TrendLineType trendLineType)
public int getPrePeriod()
public void setPrePeriod(int prePeriod)
public int getAfterPeriod()
public void setAfterPeriod(int afterPeriod)
public void setTrendLineName(java.lang.String trendLineName)
public java.lang.String getTrendLineName()
public void setLineStyleInfo(LineStyleInfo lineStyleInfo)
public LineStyleInfo getLineStyleInfo()
public void readXML(XMLableReader reader)
XMLReadable
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
XMLWriter
writer
- XML写入对象public boolean equals(java.lang.Object ob)
equals
在类中 java.lang.Object
public JSONObject toJSONObject(Repository repo) throws JSONException
toJSONObject
在类中 DataSeriesCondition
repo
- 请求JSONException
- 抛错public java.lang.String getConditionType()
DataSeriesCondition
getConditionType
在类中 DataSeriesCondition