|
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)
public YListSeriesCollection(boolean flag, double[]... data)
public YListSeriesCollection(double[] data, int numPoints)
public YListSeriesCollection(double h, double[] data, int numPoints)
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 |