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, removeGraphDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addGraphDataListener, removeGraphDataListener
public void setData(Complex[] z)
public Complex[] getData()
public float getXCoord(int i)
Graph2DModel
getXCoord
in interface Graph2DModel
public float getYCoord(int i)
Graph2DModel
getYCoord
in interface Graph2DModel
public int seriesLength()
Graph2DModel
seriesLength
in interface Graph2DModel
public void firstSeries()
Graph2DModel
firstSeries
in interface Graph2DModel
public boolean nextSeries()
Graph2DModel
nextSeries
in interface Graph2DModel