public final class ArgandDiagramModel extends AbstractGraphModel implements Graph2DModel
| Constructor and Description |
|---|
ArgandDiagramModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
firstSeries()
Selects the first data series.
|
Complex[] |
getData() |
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.
|
int |
seriesLength()
Returns the number of data points in the current series.
|
void |
setData(Complex[] z) |
addGraphDataListener, fireDataChanged, removeGraphDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddGraphDataListener, removeGraphDataListenerpublic void setData(Complex[] z)
public Complex[] getData()
public float getXCoord(int i)
Graph2DModelgetXCoord in interface Graph2DModelpublic float getYCoord(int i)
Graph2DModelgetYCoord in interface Graph2DModelpublic int seriesLength()
Graph2DModelseriesLength in interface Graph2DModelpublic void firstSeries()
Graph2DModelfirstSeries in interface Graph2DModelpublic boolean nextSeries()
Graph2DModelnextSeries in interface Graph2DModel