Uses of Class
cnuphys.splot.plot.PlotCanvas
Packages that use PlotCanvas
Package
Description
-
Uses of PlotCanvas in cnuphys.adaptiveSwim.test
Methods in cnuphys.adaptiveSwim.test with parameters of type PlotCanvasModifier and TypeMethodDescriptionvoid
LineTestPlotGrid.setPreferences
(PlotCanvas canvas, int row, int col) void
ZTestPlotGrid.setPreferences
(PlotCanvas canvas, int row, int col) -
Uses of PlotCanvas in cnuphys.splot.edit
Fields in cnuphys.splot.edit declared as PlotCanvasModifier and TypeFieldDescriptionprotected PlotCanvas
CurveEditorDialog._plotCanvas
protected PlotCanvas
CurveEditorPanel._plotCanvas
protected PlotCanvas
DataEditor._plotCanvas
protected PlotCanvas
PlotPreferencesDialog._plotCanvas
Constructors in cnuphys.splot.edit with parameters of type PlotCanvasModifierConstructorDescriptionAxesLimitsPanel
(PlotCanvas canvas) Create the panel for editing the axes limitsCurveEditorDialog
(PlotCanvas plotCanvas) Edit the plot preferencesCurveEditorPanel
(PlotCanvas plotCanvas) A panel for editing data setsCurveTable
(PlotCanvas plotCanvas) Create a table for toggling visibility (probably of logical layers)DataEditor
(PlotCanvas plotCanvas) Edit the plot preferencesOneAxisLimitsPanel
(PlotCanvas canvas, OneAxisLimitsPanel.Axis axis) Edit the axes limitsPlotPreferencesDialog
(PlotCanvas plotCanvas) Edit the plot preferences -
Uses of PlotCanvas in cnuphys.splot.example
Fields in cnuphys.splot.example declared as PlotCanvasModifier and TypeFieldDescriptionprotected PlotCanvas
AExample._canvas
protected PlotCanvas
APlotDialog._canvas
Methods in cnuphys.splot.example that return PlotCanvasModifier and TypeMethodDescriptionAExample.getPlotCanvas()
Get the plot canvasAPlotDialog.getPlotCanvas()
Get the plot canvasMethods in cnuphys.splot.example with parameters of type PlotCanvasModifier and TypeMethodDescriptionvoid
Grid.fillData
(PlotCanvas canvas, int index) void
Grid.setPreferences
(PlotCanvas canvas, int index) -
Uses of PlotCanvas in cnuphys.splot.pdata
Methods in cnuphys.splot.pdata with parameters of type PlotCanvasModifier and TypeMethodDescriptionstatic Polygon
HistoData.GetPolygon
(PlotCanvas canvas, HistoData histo) Get the drawing polygonstatic String
Histo2DData.statusString
(PlotCanvas canvas, Histo2DData histo, Point mousePoint, Point2D.Double wp) Get the status stringstatic String
HistoData.statusString
(PlotCanvas canvas, HistoData histo, Point mousePoint, Point2D.Double wp) Get the status string -
Uses of PlotCanvas in cnuphys.splot.plot
Fields in cnuphys.splot.plot declared as PlotCanvasModifier and TypeFieldDescriptionprotected PlotCanvas
APreferencePanel._canvas
protected PlotCanvas
PlotLine._canvas
protected PlotCanvas
StripChartPanel._canvas
protected PlotCanvas
PlotPopupMenu._plotCanvas
Methods in cnuphys.splot.plot that return PlotCanvasModifier and TypeMethodDescriptionPlotPanel.getCanvas()
Get the underlying plot canvasPlotGrid.getPlotCanvas
(int row, int col) Obtain the plot canvas from the 0-based row and columnSplotMenus.getPlotCanvas()
Get the underlying plot canvasStripChartPanel.getPlotCanvas()
Get the underlying plot canvas.Methods in cnuphys.splot.plot with parameters of type PlotCanvasModifier and TypeMethodDescriptionvoid
PlotGrid.addPlotCanvas
(PlotCanvas canvas) Add a plot canvas to the gridstatic 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) protected void
SplotMenus.makeEditMenu
(PlotCanvas canvas, Container container) Constructors in cnuphys.splot.plot with parameters of type PlotCanvasModifierConstructorDescriptionAPreferencePanel
(PlotCanvas canvas, String tabname) Create a panel for use in editing plot preferencesDataDrawer
(PlotCanvas plotCanvas) Create a DataDrawerExtraText
(PlotCanvas canvas) Create a Extra Text rectangleFloatingLabel
(PlotCanvas canvas) GeneralPlotParamPanel
(PlotCanvas canvas) For editing basic parametersGradient
(PlotCanvas canvas) Create a gradient rectangle rectangle using the standard blue to red gradient with 0 to 1 value range relative rangeHorizontalLine
(PlotCanvas canvas, double y) Legend
(PlotCanvas canvas) Create a Legend rectanglePlotLine
(PlotCanvas canvas) PlotPanel
(PlotCanvas canvas) Create a plot panel for a single xy dataset and a toolbarPlotPanel
(PlotCanvas canvas, int decorations) Create a plot panel for a single xy datasetPlotParameters
(PlotCanvas canvas) Create plot parameters for a canvasPlotPopupMenu
(PlotCanvas plotCanvas) PlotTicks
(PlotCanvas plotCanvas) SplotMenus
(PlotCanvas canvas, JMenuBar menuBar, boolean addQuit) Create a set of menus and items for sPlotSplotMenus
(PlotCanvas canvas, JPopupMenu popup, boolean addQuit) Create a set of menus and items for sPlotVerticalLine
(PlotCanvas canvas, double x) -
Uses of PlotCanvas in cnuphys.splot.rubberband
Constructors in cnuphys.splot.rubberband with parameters of type PlotCanvasModifierConstructorDescriptionRubberband
(PlotCanvas canvas, IRubberbanded rubberbanded, Rubberband.Policy policy) Create a Rubberband