Uses of Class
cnuphys.splot.pdata.HistoData
Packages that use HistoData
-
Uses of HistoData in cnuphys.splot.pdata
Methods in cnuphys.splot.pdata that return HistoDataModifier and TypeMethodDescriptionDataColumn.getHistoData()
This gets the histogram data, which for non-histograms will benull
.Methods in cnuphys.splot.pdata that return types with arguments of type HistoDataMethods in cnuphys.splot.pdata with parameters of type HistoDataModifier and TypeMethodDescriptionstatic Polygon
HistoData.GetPolygon
(PlotCanvas canvas, HistoData histo) Get the drawing polygonprotected void
DataColumn.setHistoData
(HistoData histo) Set the histogram data containerstatic String
HistoData.statusString
(PlotCanvas canvas, HistoData histo, Point mousePoint, Point2D.Double wp) Get the status stringConstructors in cnuphys.splot.pdata with parameters of type HistoData