Uses of Class
adams.gui.visualization.stats.paintlet.HistogramPaintlet
-
Packages that use HistogramPaintlet Package Description adams.gui.visualization.stats.histogram -
-
Uses of HistogramPaintlet in adams.gui.visualization.stats.histogram
Fields in adams.gui.visualization.stats.histogram declared as HistogramPaintlet Modifier and Type Field Description protected HistogramPaintlet
Histogram. m_Val
Paintlet for plotting the dataprotected HistogramPaintlet
HistogramOptions. m_Val
Paintlet for plotting the histogramMethods in adams.gui.visualization.stats.histogram that return HistogramPaintlet Modifier and Type Method Description HistogramPaintlet
HistogramOptions. getPaintlet()
Get the paintlet for plotting the histogramMethods in adams.gui.visualization.stats.histogram with parameters of type HistogramPaintlet Modifier and Type Method Description void
HistogramOptions. setPaintlet(HistogramPaintlet val)
Set the paintlet for plotting the histogram
-