|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.awt.AbstractGraphModel
org.jscience.awt.Point2DListModel
public final class Point2DListModel
The Point2DListModel provides a convenient implementation of the Graph2DModel interface based upon a List of Point2D objects.
| Constructor Summary | |
|---|---|
Point2DListModel()
Creates a new Point2DListModel object. |
|
| Method Summary | |
|---|---|
void |
firstSeries()
DOCUMENT ME! |
float |
getXCoord(int i)
DOCUMENT ME! |
float |
getYCoord(int i)
DOCUMENT ME! |
boolean |
nextSeries()
DOCUMENT ME! |
int |
seriesLength()
DOCUMENT ME! |
void |
setData(java.util.List points)
Sets the list of points to be plotted. |
| Methods inherited from class org.jscience.awt.AbstractGraphModel |
|---|
addGraphDataListener, fireGraphChanged, fireGraphDataChanged, fireGraphSeriesUpdated, removeGraphDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jscience.awt.Graph2DModel |
|---|
addGraphDataListener, removeGraphDataListener |
| Constructor Detail |
|---|
public Point2DListModel()
| Method Detail |
|---|
public void setData(java.util.List points)
points - DOCUMENT ME!public float getXCoord(int i)
getXCoord in interface Graph2DModeli - DOCUMENT ME!
public float getYCoord(int i)
getYCoord in interface Graph2DModeli - DOCUMENT ME!
public int seriesLength()
seriesLength in interface Graph2DModelpublic void firstSeries()
firstSeries in interface Graph2DModelpublic boolean nextSeries()
nextSeries in interface Graph2DModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||