|
SSJ V. 2.6. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectumontreal.iro.lecuyer.charts.SSJXYSeriesCollection
umontreal.iro.lecuyer.charts.XYListSeriesCollection
umontreal.iro.lecuyer.charts.YListSeriesCollection
public class YListSeriesCollection
This class extends
XYListSeriesCollection.
The data is given as lists of y-coordinates. The x-coordinates are
regularly spaced multiples of the indices of the data points.
| Constructor Summary | |
|---|---|
YListSeriesCollection(boolean flag,
double[]... data)
Similar to the constructor above, except that if flag is true, the points are (j + 1,data[j]) for each series; but if flag is false, the points are ((j + 1)/n,data[j]), where n is the number of points of each series in data. |
|
YListSeriesCollection(double[]... data)
Creates a new YListSeriesCollection instance with default parameters and given data series. |
|
YListSeriesCollection(double[][] data,
int numPoints)
Creates a new YListSeriesCollection instance with default parameters and given data series. |
|
YListSeriesCollection(double[] data,
int numPoints)
Creates a new YListSeriesCollection instance with default parameters and one data series. |
|
YListSeriesCollection(double h,
double[] data,
int numPoints)
Similar to the constructor YListSeriesCollection(data, numPoints) above, but the points are
(hj, data[j - 1]),
for
j = 1, 2,…, |
|
| Method Summary |
|---|
| Methods inherited from class umontreal.iro.lecuyer.charts.XYListSeriesCollection |
|---|
add, add, add, add, add, disableAutoCompletion, enableAutoCompletion, getDashPattern, getMarksType, getName, getPlotStyle, setDashPattern, setMarksType, setName, setPlotStyle, toLatex |
| Methods inherited from class umontreal.iro.lecuyer.charts.SSJXYSeriesCollection |
|---|
getColor, getDomainBounds, getRangeBounds, getRenderer, getSeriesCollection, getX, getY, setColor, setRenderer, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public YListSeriesCollection(double[]... data)
data - series of point sets.
public YListSeriesCollection(boolean flag,
double[]... data)
flag - to choose the step between x-coordinatesdata - series of point sets.
public YListSeriesCollection(double[] data,
int numPoints)
data - point set.numPoints - Number of points to plot
public YListSeriesCollection(double h,
double[] data,
int numPoints)
YListSeriesCollection(data, numPoints) above, but the points are
(hj, data[j - 1]),
for
j = 1, 2,…,
h - step between x-coordinatesdata - point set.numPoints - Number of points to plot
public YListSeriesCollection(double[][] data,
int numPoints)
data - series of point sets.numPoints - Number of points to plot
|
SSJ V. 2.6. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||