Uses of Class
cnuphys.splot.pdata.DataColumn
Packages that use DataColumn
-
Uses of DataColumn in cnuphys.splot.edit
Fields in cnuphys.splot.edit with type parameters of type DataColumnMethods in cnuphys.splot.edit that return DataColumnModifier and TypeMethodDescriptionCurveDataModel.getCurveAtRow
(int row) Get the curve (DataColumn) in the model at the given row.CurveTable.getSelectedCurve()
Get the selected curveMethods in cnuphys.splot.edit with parameters of type DataColumnModifier and TypeMethodDescriptionvoid
CurveDataModel.add
(DataColumn curve) Add a new curve into the table.void
CurveDataModel.remove
(DataColumn curve) remove an curve from the table.Method parameters in cnuphys.splot.edit with type arguments of type DataColumnConstructor parameters in cnuphys.splot.edit with type arguments of type DataColumn -
Uses of DataColumn in cnuphys.splot.fit
Methods in cnuphys.splot.fit with parameters of type DataColumnModifier and TypeMethodDescriptionFit.getFitString
(DataColumn curve) Get a report on the fit parameters in htmlvoid
FitEditorPanel.reconfigure
(DataColumn curve) Reconfigure fit widgets based on fit typevoid
FitEditorPanel.setFit
(DataColumn curve) FitEditorPanel Set the choices -
Uses of DataColumn in cnuphys.splot.pdata
Methods in cnuphys.splot.pdata that return DataColumnModifier and TypeMethodDescriptionAdd a curve to an existing data set.DataSet.getColumn
(int index) Get the column at a specific indexDataSet.getCurve
(int index) Get a curve from an index.DataSet.getXColumn
(int index) Get a x column from an index.Methods in cnuphys.splot.pdata that return types with arguments of type DataColumnModifier and TypeMethodDescriptionDataSet.getAllColumnsByType
(DataColumnType type) Get all the columns of a given type.DataSet.getAllCurves()
Get all curves, visible or notDataSet.getAllVisibleCurves()
Get a collection of all the curves that are set visible.DataSet.getColumns()
Get all the data columns -
Uses of DataColumn in cnuphys.splot.plot
Methods in cnuphys.splot.plot with parameters of type DataColumnModifier and TypeMethodDescriptionstatic void
CurveDrawer.drawCurve
(Graphics g, PlotCanvas plotCanvas, DataColumn xcol, DataColumn ycol) Draw a curve with no error barsstatic void
CurveDrawer.drawCurve
(Graphics g, PlotCanvas plotCanvas, DataColumn xcol, DataColumn ycol, DataColumn xerrCol, DataColumn yerrCol) Draw a curve with x and y error barsstatic void
CurveDrawer.drawHisto1D
(Graphics g, PlotCanvas canvas, DataColumn histoColumn) Draw a 1D histogramstatic void
CurveDrawer.drawHisto2D
(Graphics g, PlotCanvas canvas, DataColumn histoColumn)