public interface CategoryGraph2DModel
Modifier and Type | Method and Description |
---|---|
void |
addGraphDataListener(GraphDataListener l)
Add a listener.
|
void |
firstSeries()
Selects the first data series.
|
java.lang.String |
getCategory(int i)
Returns the ith category.
|
float |
getValue(int i)
Returns the value for the ith category.
|
boolean |
nextSeries()
Selects the next data series.
|
void |
removeGraphDataListener(GraphDataListener l)
Remove a listener.
|
int |
seriesLength()
Returns the number of data points in the current series.
|
void addGraphDataListener(GraphDataListener l)
void removeGraphDataListener(GraphDataListener l)
java.lang.String getCategory(int i)
float getValue(int i)
int seriesLength()
void firstSeries()
boolean nextSeries()