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_Overlays
Array of overlays for each scatterplotprotected AbstractScatterPlotOverlay[]
ScatterDisplay. m_Overlays
Array 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 void
MatrixPlot. setOverlays(AbstractScatterPlotOverlay[] val)
Set the overlays for each scatterplot in the matrixvoid
ScatterDisplay. 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 class
Coordinates
Display a diagonal line overlay
class
Diagonal
Display a diagonal line overlay
Valid options are:class
Lowess
Display a lowess curve as an overlay.class
PolygonSelection
Displays 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_Default
for default value for overlaysprotected AbstractScatterPlotOverlay[]
ScatterPlot. m_DefaultOverlays
default object for the GAEprotected AbstractScatterPlotOverlay[]
AbstractScatterPlot. m_Overlays
Array 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_Array
Overlays to be displayedprotected ArrayList<AbstractScatterPlotOverlay>
ScatterPlotSimple. m_overs
Arraylist 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 applyAbstractScatterPlotOverlay
AbstractScatterPlotOverlay. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractScatterPlotOverlay
AbstractScatterPlotOverlay. 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 void
ScatterPlotSimple. addOverlay(AbstractScatterPlotOverlay val)
Add overlay to the list of overlaysvoid
Matrix. setOverlays(AbstractScatterPlotOverlay[] val)
Set the overlays to be applied to each of the scatter plotsvoid
ScatterPlot. setOverlays(AbstractScatterPlotOverlay[] val)
Set the overlays array containing overlays to apply
-