|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties org.zkoss.zkmax.zul.fusionchart.config.TrendLinePropertiesList
public class TrendLinePropertiesList
Constructor Summary | |
---|---|
TrendLinePropertiesList()
|
Method Summary | |
---|---|
protected void |
clearAllProperties()
Clear all of chart properties. |
void |
clearAllTrendLine()
Clear all of trend lines. |
protected ChartProperties |
createProperties(ChartProperties defProps)
Create the chart properties. |
ChartProperties |
createTrendLine(java.lang.Number startValue,
java.lang.Number endValue,
java.lang.String displayValue,
java.lang.String color)
Add a trend lines on the chart. |
protected ChartProperties |
getProperties(int index)
Returns the chart properties in the specified position. |
ChartProperties |
getTrendLine(int index)
Return the trend line. |
protected void |
removeProperties(ChartProperties properties)
Remove the chart properties. |
protected void |
removeProperties(int index)
Remove the chart properties in the specified position. |
void |
removeTrendLine(ChartProperties point)
Remove the trend line on the chart. |
void |
removeTrendLine(int index)
Remove the trend line on the chart in the specified position. |
int |
size()
Return the count of properties. |
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties |
---|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrendLinePropertiesList()
Method Detail |
---|
public ChartProperties createTrendLine(java.lang.Number startValue, java.lang.Number endValue, java.lang.String displayValue, java.lang.String color)
public ChartProperties getTrendLine(int index)
index
-
public void removeTrendLine(ChartProperties point)
point
- public void removeTrendLine(int index)
index
- public void clearAllTrendLine()
protected ChartProperties createProperties(ChartProperties defProps)
defProps
-
protected ChartProperties getProperties(int index)
index
-
protected void removeProperties(ChartProperties properties)
properties
- protected void removeProperties(int index)
index
- public int size()
protected void clearAllProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |