public class AttrLineEffect extends AttrEffect
XML_TAG| 构造器和说明 |
|---|
AttrLineEffect() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object ob) |
LineMapAnimationType |
getAnimationType() |
VanChartAttrMarker |
getAttrMarker() |
protected void |
readAttr(XMLableReader reader) |
void |
setAnimationType(LineMapAnimationType animationType) |
void |
setAttrMarker(VanChartAttrMarker attrMarker) |
JSONObject |
toJSONObject(Repository repo)
转为json数据
|
JSONObject |
toJSONObject(Repository repo,
ChartWebPara para) |
protected void |
writeAttr(XMLPrintWriter writer) |
getConditionType, getPeriod, isEnabled, readXML, setEnabled, setPeriod, writeXMLputVanJSONConfig, toVanJSONObjectpublic LineMapAnimationType getAnimationType()
public void setAnimationType(LineMapAnimationType animationType)
public VanChartAttrMarker getAttrMarker()
public void setAttrMarker(VanChartAttrMarker attrMarker)
public JSONObject toJSONObject(Repository repo) throws JSONException
DataSeriesConditiontoJSONObject 在类中 AttrEffectrepo - 请求JSONException - 抛错public JSONObject toJSONObject(Repository repo, ChartWebPara para) throws JSONException
JSONExceptionprotected void writeAttr(XMLPrintWriter writer)
writeAttr 在类中 AttrEffectprotected void readAttr(XMLableReader reader)
readAttr 在类中 AttrEffectpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 AttrEffectjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public boolean equals(java.lang.Object ob)
equals 在类中 AttrEffect