|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for all classes which act as either series groups or terminal series.
| Method Summary | |
java.util.List |
getAxes()
Returns the collection of Axis objects applied to all nested series. |
java.lang.String |
getChartType()
Returns the chart type for nested series. |
java.lang.String |
getDataMapping()
Returns the data mapping used to convert the external data model to internal names. |
javax.faces.model.DataModel |
getDataSource()
Returns the data source used to create the individual data points for this series. |
void |
setAxes(java.util.List axes)
Sets the collection of Axis objects applied to all nested series. |
void |
setChartType(java.lang.String chartType)
Sets the chart type for nested series. |
void |
setDataMapping(java.lang.String dataMapping)
Sets the data mapping used to convert the external data model to internal names. |
void |
setDataSource(javax.faces.model.DataModel dataSource)
Sets the data source used to create the individual data points for this series. |
| Method Detail |
public java.util.List getAxes()
public void setAxes(java.util.List axes)
axes - public java.lang.String getChartType()
public void setChartType(java.lang.String chartType)
chartType - public java.lang.String getDataMapping()
public void setDataMapping(java.lang.String dataMapping)
dataMapping - public javax.faces.model.DataModel getDataSource()
public void setDataSource(javax.faces.model.DataModel dataSource)
dataSource -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||