Uses of Class
adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
-
Packages that use AbstractZOverlayPaintlet Package Description adams.gui.visualization.stats.paintlet adams.gui.visualization.stats.zscore -
-
Uses of AbstractZOverlayPaintlet in adams.gui.visualization.stats.paintlet
Subclasses of AbstractZOverlayPaintlet in adams.gui.visualization.stats.paintlet Modifier and Type Class Description class
MeanPaintlet
paintlet for displaying mean overlay on the ZScore graph
Valid options are:class
StdDevPaintlet
paintlet for displaying stddev overlay on the Z score graph
Valid options are: -
Uses of AbstractZOverlayPaintlet in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as AbstractZOverlayPaintlet Modifier and Type Field Description protected AbstractZOverlayPaintlet
AbstractZScoreOverlay. m_Paintlet
Paintlet for the plottingMethods in adams.gui.visualization.stats.zscore that return AbstractZOverlayPaintlet Modifier and Type Method Description AbstractZOverlayPaintlet
AbstractZScoreOverlay. getPaintlet()
get the paintlet used to plot the overlay
-