Uses of Class
cnuphys.splot.pdata.DataSetException
Packages that use DataSetException
-
Uses of DataSetException in cnuphys.splot.example
Methods in cnuphys.splot.example that throw DataSetExceptionModifier and TypeMethodDescriptionprotected abstract DataSet
AExample.createDataSet()
protected DataSet
AnotherGaussian.createDataSet()
protected abstract DataSet
APlotDialog.createDataSet()
protected DataSet
ErfcTest.createDataSet()
protected DataSet
ErfTest.createDataSet()
protected DataSet
Gaussians.createDataSet()
protected DataSet
Grid.createDataSet
(int index) protected DataSet
GrowingHisto.createDataSet()
protected DataSet
Histo.createDataSet()
protected DataSet
Histo2D.createDataSet()
protected DataSet
LineWithXAndYErrors.createDataSet()
protected DataSet
MemoryUsageDialog.createDataSet()
protected DataSet
OneXThreeY.createDataSet()
protected DataSet
Scatter.createDataSet()
protected DataSet
StraightLine.createDataSet()
protected DataSet
StripChart.createDataSet()
protected DataSet
TripleGaussian.createDataSet()
protected DataSet
TwoHisto.createDataSet()
protected DataSet
TwoLinesWithErrors.createDataSet()
-
Uses of DataSetException in cnuphys.splot.pdata
Methods in cnuphys.splot.pdata that throw DataSetExceptionModifier and TypeMethodDescriptionvoid
DataSet.add
(double... vals) Add data values.void
DataSet.add
(int column, double val) Add data value to a specific column.void
DataSet.addToCurve
(int curveIndex, double... vals) Add data to a specific curve.Constructors in cnuphys.splot.pdata that throw DataSetExceptionModifierConstructorDescriptionDataSet
(DataSetType type, String... colNames) Create a dataset of a specific typeDataSet
(Histo2DData h2d) This constructor is for a 2D histogramThis constructor is used for 1D histograms -
Uses of DataSetException in cnuphys.splot.plot
Methods in cnuphys.splot.plot that throw DataSetExceptionModifier and TypeMethodDescriptionprotected DataSet
StripChartPanel.createDataSet()
Create the data set