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 class
CoordinatesPaintlet
Paintlet for painting the coordinates.class
DiagonalPaintlet
Paintlet for displaying the diagonal overlay on the scatter plot.class
LowessPaintlet
Paintlet for drawing the lowess overlay.class
ScatterPlotPolygonPaintlet
Paints 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 AbstractOverlayPaintlet
AbstractScatterPlotOverlay. m_Paintlet
Paintlet to do the drawingMethods in adams.gui.visualization.stats.scatterplot that return AbstractOverlayPaintlet Modifier and Type Method Description AbstractOverlayPaintlet
AbstractScatterPlotOverlay. getPaintlet()
Get the paintlet that is doing the drawing
-