Uses of Class
cnuphys.splot.pdata.DataColumn
Packages that use DataColumn
- 
Uses of DataColumn in cnuphys.splot.editFields 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 TypeMethodDescriptionvoidCurveDataModel.add(DataColumn curve) Add a new curve into the table.voidCurveDataModel.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.fitMethods in cnuphys.splot.fit with parameters of type DataColumnModifier and TypeMethodDescriptionFit.getFitString(DataColumn curve) Get a report on the fit parameters in htmlvoidFitEditorPanel.reconfigure(DataColumn curve) Reconfigure fit widgets based on fit typevoidFitEditorPanel.setFit(DataColumn curve) FitEditorPanel Set the choices
- 
Uses of DataColumn in cnuphys.splot.pdataMethods 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.plotMethods in cnuphys.splot.plot with parameters of type DataColumnModifier and TypeMethodDescriptionstatic voidCurveDrawer.drawCurve(Graphics g, PlotCanvas plotCanvas, DataColumn xcol, DataColumn ycol) Draw a curve with no error barsstatic voidCurveDrawer.drawCurve(Graphics g, PlotCanvas plotCanvas, DataColumn xcol, DataColumn ycol, DataColumn xerrCol, DataColumn yerrCol) Draw a curve with x and y error barsstatic voidCurveDrawer.drawHisto1D(Graphics g, PlotCanvas canvas, DataColumn histoColumn) Draw a 1D histogramstatic voidCurveDrawer.drawHisto2D(Graphics g, PlotCanvas canvas, DataColumn histoColumn)