Uses of Class
adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
-
Packages that use AbstractScatterPlotOverlay Package Description adams.flow.sink adams.gui.visualization.stats.scatterplot -
-
Uses of AbstractScatterPlotOverlay in adams.flow.sink
Fields in adams.flow.sink declared as AbstractScatterPlotOverlay Modifier and Type Field Description protected AbstractScatterPlotOverlay[]MatrixPlot. m_OverlaysArray of overlays for each scatterplotprotected AbstractScatterPlotOverlay[]ScatterDisplay. m_OverlaysArray containing scatter plot overlaysMethods in adams.flow.sink that return AbstractScatterPlotOverlay Modifier and Type Method Description AbstractScatterPlotOverlay[]MatrixPlot. getOverlays()Get the overlays for each scatterplotAbstractScatterPlotOverlay[]ScatterDisplay. getOverlays()Get the overlays to be drawn on the scatter plotMethods in adams.flow.sink with parameters of type AbstractScatterPlotOverlay Modifier and Type Method Description voidMatrixPlot. setOverlays(AbstractScatterPlotOverlay[] val)Set the overlays for each scatterplot in the matrixvoidScatterDisplay. setOverlays(AbstractScatterPlotOverlay[] over)Set the overlays to be drawn on the scatter plot -
Uses of AbstractScatterPlotOverlay in adams.gui.visualization.stats.scatterplot
Subclasses of AbstractScatterPlotOverlay in adams.gui.visualization.stats.scatterplot Modifier and Type Class Description classCoordinatesDisplay a diagonal line overlay
classDiagonalDisplay a diagonal line overlay
Valid options are:classLowessDisplay a lowess curve as an overlay.classPolygonSelectionDisplays the polygon that the user is selecting.Fields in adams.gui.visualization.stats.scatterplot declared as AbstractScatterPlotOverlay Modifier and Type Field Description protected AbstractScatterPlotOverlay[]Matrix. m_Defaultfor default value for overlaysprotected AbstractScatterPlotOverlay[]ScatterPlot. m_DefaultOverlaysdefault object for the GAEprotected AbstractScatterPlotOverlay[]AbstractScatterPlot. m_OverlaysArray of overlay optionsFields in adams.gui.visualization.stats.scatterplot with type parameters of type AbstractScatterPlotOverlay Modifier and Type Field Description protected ArrayList<AbstractScatterPlotOverlay>Matrix. m_ArrayOverlays to be displayedprotected ArrayList<AbstractScatterPlotOverlay>ScatterPlotSimple. m_oversArraylist of overlays applied currentlyMethods in adams.gui.visualization.stats.scatterplot that return AbstractScatterPlotOverlay Modifier and Type Method Description AbstractScatterPlotOverlay[]ScatterPlot. getOverlays()Get the overlays array containing overlays to applyAbstractScatterPlotOverlayAbstractScatterPlotOverlay. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractScatterPlotOverlayAbstractScatterPlotOverlay. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.gui.visualization.stats.scatterplot with parameters of type AbstractScatterPlotOverlay Modifier and Type Method Description protected voidScatterPlotSimple. addOverlay(AbstractScatterPlotOverlay val)Add overlay to the list of overlaysvoidMatrix. setOverlays(AbstractScatterPlotOverlay[] val)Set the overlays to be applied to each of the scatter plotsvoidScatterPlot. setOverlays(AbstractScatterPlotOverlay[] val)Set the overlays array containing overlays to apply
-