|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.odesys.chart.DefaultElement
|
+--com.odesys.chart.barchart.DefaultBarData
DefaultBarData is the default implementation of the BarData interface used by the DefaultBarChartModel.
| Constructor Summary | |
DefaultBarData(ChartModel model,
Series series,
Series category)
Creates a new DefaultBarData instance for the specified model, series and category. |
|
| Method Summary | |
Series |
getCategory()
Gets the data category this DefaultBarData belongs to. |
float |
getValue()
Gets the value of this DefaultBarData. |
void |
setValue(float value)
Sets the value of this DefaultBarData. |
| Methods inherited from class com.odesys.chart.DefaultElement |
getColor, getLabel, getModel, getSeries, getUserData, setColor, setLabel, setUserData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.odesys.chart.ChartElement |
getColor, getLabel, getModel, getSeries, setColor, setLabel |
| Constructor Detail |
public DefaultBarData(ChartModel model,
Series series,
Series category)
| Method Detail |
public void setValue(float value)
setValue in interface BarDatapublic float getValue()
getValue in interface BarDatapublic Series getCategory()
getCategory in interface BarData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||