public class AttrLineSeries extends DataSeriesCondition
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
XML_TAG |
| 构造器和说明 |
|---|
AttrLineSeries() |
AttrLineSeries(ChartAxisPosition axisPosition) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addNormalAttrConditions(java.util.List attributeList2Change)
转化为正常的条件显示
|
boolean |
equals(java.lang.Object ob) |
ChartAxisPosition |
getAxisPosition() |
java.lang.String |
getConditionType()
用于JS中Config--> Object属性, new相应的类型
|
int |
getLineStyle() |
java.lang.String |
getMarkerType() |
boolean |
isCurve()
是否是曲线
|
boolean |
isNullValueBreak()
空值是否断开
|
void |
putVanJSONConfig(JSONObject jo,
Repository repo) |
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setAxisPosition(ChartAxisPosition axisPosition) |
void |
setCurve(boolean isCurve) |
void |
setLineStyle(int lineStyle) |
void |
setMarkerType(java.lang.String markerType) |
void |
setNullValueBreak(boolean isNullValueBreak) |
JSONObject |
toJSONObject(Repository repo)
转json
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
clone, toVanJSONObjectpublic static final java.lang.String XML_TAG
public AttrLineSeries(ChartAxisPosition axisPosition)
public AttrLineSeries()
public void readXML(XMLableReader reader)
XMLReadablereader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
XMLWriterwriter - XML写入对象public boolean isCurve()
public void setCurve(boolean isCurve)
public boolean isNullValueBreak()
public void setNullValueBreak(boolean isNullValueBreak)
public int getLineStyle()
public void setLineStyle(int lineStyle)
public java.lang.String getMarkerType()
public void setMarkerType(java.lang.String markerType)
public ChartAxisPosition getAxisPosition()
public void setAxisPosition(ChartAxisPosition axisPosition)
public void addNormalAttrConditions(java.util.List attributeList2Change)
attributeList2Change - 正常的条件显示列表public boolean equals(java.lang.Object ob)
equals 在类中 java.lang.Objectpublic JSONObject toJSONObject(Repository repo) throws JSONException
toJSONObject 在类中 DataSeriesConditionrepo - 请求JSONException - 异常public void putVanJSONConfig(JSONObject jo, Repository repo) throws JSONException
putVanJSONConfig 在类中 DataSeriesConditionJSONExceptionpublic java.lang.String getConditionType()
DataSeriesConditiongetConditionType 在类中 DataSeriesCondition