|
SSJ V. 2.2. |
||||||||
| 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
simply the indices + 1 of each y-coordinate in the given lists.
| Constructor Summary | |
|---|---|
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. |
|
| 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(double[] data,
int numPoints)
data - 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.2. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||