| 
 | SSJ V. labo. | ||||||||
| 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
YListSeriesCollection
This class extends umontreal.iro.lecuyer.chartsXYListSeriesCollection. 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). | |
| YListSeriesCollection(double[]... data). | |
| YListSeriesCollection(double[][] data,
                      int numPoints). | |
| YListSeriesCollection(double[] data,
                      int numPoints). | |
| YListSeriesCollection(double h,
                      double[] data,
                      int numPoints). | |
| 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)
![\begin{tabb}
 Creates a new \texttt{YListSeriesCollection} instance with default...
 ...esponds to the point
 $(j+1, \mbox{\texttt{data}}[j])$\ on the chart.
 \end{tabb}](YListSeriesCollectionimg1.png) 
 
public YListSeriesCollection(boolean flag,
                             double[]... data)
 
 
public YListSeriesCollection(double[] data,
                             int numPoints)
![\begin{tabb}
 Creates a new \texttt{YListSeriesCollection} instance with default...
 ...\mbox{\texttt{data}}[j-1])$,
 for $j=1,2,\ldots, \texttt{numPoints}$.
 \end{tabb}](YListSeriesCollectionimg3.png) 
 
public YListSeriesCollection(double h,
                             double[] data,
                             int numPoints)
![\begin{tabb}
 Similar to the constructor %
 \method{YListSeriesCollection}{doubl...
 ...\mbox{\texttt{data}}[j-1])$,
 for $j=1,2,\ldots, \texttt{numPoints}$.
 \end{tabb}](YListSeriesCollectionimg4.png) 
 
public YListSeriesCollection(double[][] data,
                             int numPoints)
 
 
| 
 | SSJ V. labo. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||