SSJ
V. labo.

umontreal.iro.lecuyer.charts
Class YListSeriesCollection

java.lang.Object
  extended by umontreal.iro.lecuyer.charts.SSJXYSeriesCollection
      extended by umontreal.iro.lecuyer.charts.XYListSeriesCollection
          extended by umontreal.iro.lecuyer.charts.YListSeriesCollection

public class YListSeriesCollection
extends XYListSeriesCollection

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

YListSeriesCollection

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}
dataseries of point sets.


YListSeriesCollection

public YListSeriesCollection(boolean flag,
                             double[]... data)
. \begin{tabb}
 Similar to the constructor %
 %
 above, except that if \texttt{fla...
 ... where $n$\ is
 the number of points of each series in \texttt{data}.
 \end{tabb}
flagto choose the step between x-coordinates dataseries of point sets.


YListSeriesCollection

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}
datapoint set. numPointsNumber of points to plot


YListSeriesCollection

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}
hstep between x-coordinates datapoint set. numPointsNumber of points to plot


YListSeriesCollection

public YListSeriesCollection(double[][] data,
                             int numPoints)
. \begin{tabb}
 Creates a new \texttt{YListSeriesCollection} instance with default...
 ...ints} of \texttt{data} will
 be considered for each series of points.
 \end{tabb}
dataseries of point sets. numPointsNumber of points to plot


SSJ
V. labo.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.