|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartModel
Name: ChartModel
Description: An interface for chart models.
Method Summary | |
---|---|
List |
getAreaLabels()
Gets the chart area labels as a list of Strings. |
List |
getChartData()
Gets the chart data as a list of double arrays. |
double |
getMaxValue()
Gets the maximum value from the chart data. |
double |
getMinValue()
Gets the minimum value from the chart data. |
int |
getNumAreas()
Gets the number of areas. |
int |
getNumSegments()
Gets the number of segments. |
List |
getSegmentLabels()
Gets the chart segment labels as a list of Strings. |
TextChartItem |
getTitle()
Gets the chart title. |
void |
setAreaLabels(List areaLabels)
Sets the chart area labels as a list of Strings. |
void |
setChartData(List chartData)
Sets the chart data as a list of double arrays. |
void |
setMaxValue(double maxValue)
Sets the maximum value from the chart data. |
void |
setMinValue(double minValue)
Sets the minimum value from the chart data. |
void |
setSegmentLabels(List segmentLabels)
Sets the chart segment labels as a list of Strings. |
void |
setTitle(TextChartItem title)
Sets the chart title. |
Method Detail |
---|
TextChartItem getTitle()
void setTitle(TextChartItem title)
title
- The title item for the chart.List getChartData()
void setChartData(List chartData)
chartData
- A list of double arrays.List getAreaLabels()
void setAreaLabels(List areaLabels)
areaLabels
- A list of Strings.List getSegmentLabels()
void setSegmentLabels(List segmentLabels)
segmentLabels
- A list of Strings.double getMinValue()
void setMinValue(double minValue)
minValue
- The minimum chart data value.double getMaxValue()
void setMaxValue(double maxValue)
maxValue
- The maximum chart data value.int getNumSegments()
int getNumAreas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |