Uses of Class
adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
-
Packages that use AbstractOverlayPaintlet Package Description adams.gui.visualization.stats.paintlet adams.gui.visualization.stats.scatterplot -
-
Uses of AbstractOverlayPaintlet in adams.gui.visualization.stats.paintlet
Subclasses of AbstractOverlayPaintlet in adams.gui.visualization.stats.paintlet Modifier and Type Class Description classCenteredMovingAveragePaintletPaintlet for drawing the CenteredMovingAverage overlay.
For more information see:
WikiPedia.classCoordinatesPaintletPaintlet for painting the coordinates.classDiagonalPaintletPaintlet for displaying the diagonal overlay on the scatter plot.classLowessPaintletPaintlet for drawing the lowess overlay.classScatterPlotPolygonPaintletPaints the currently selected polygon in the scatter plot. -
Uses of AbstractOverlayPaintlet in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as AbstractOverlayPaintlet Modifier and Type Field Description protected AbstractOverlayPaintletAbstractScatterPlotOverlay. m_PaintletPaintlet to do the drawingMethods in adams.gui.visualization.stats.scatterplot that return AbstractOverlayPaintlet Modifier and Type Method Description AbstractOverlayPaintletAbstractScatterPlotOverlay. getPaintlet()Get the paintlet that is doing the drawing
-