| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Graph2DModel
This is a generic interface for sending data to 2D graphs.
| Method Summary | |
|---|---|
 void | 
addGraphDataListener(GraphDataListener l)
Add a listener.  | 
 void | 
firstSeries()
Selects the first data series.  | 
 float | 
getXCoord(int i)
Returns the x coordinate for the ith point.  | 
 float | 
getYCoord(int i)
Returns the y coordinate for the ith point.  | 
 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.  | 
| Method Detail | 
|---|
void addGraphDataListener(GraphDataListener l)
void removeGraphDataListener(GraphDataListener l)
float getXCoord(int i)
float getYCoord(int i)
int seriesLength()
void firstSeries()
boolean nextSeries()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||