Uses of Class
adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay

Packages that use AbstractScatterPlotOverlay
adams.flow.sink   
adams.gui.visualization.stats.scatterplot   
 

Uses of AbstractScatterPlotOverlay in adams.flow.sink
 

Fields in adams.flow.sink declared as AbstractScatterPlotOverlay
protected  AbstractScatterPlotOverlay[] ScatterDisplay.m_Overlays
          Array containing scatter plot overlays
protected  AbstractScatterPlotOverlay[] MatrixPlot.m_Overlays
          Array of overlays for each scatterplot
 

Methods in adams.flow.sink that return AbstractScatterPlotOverlay
 AbstractScatterPlotOverlay[] ScatterDisplay.getOverlays()
          Get the overlays to be drawn on the scatter plot
 AbstractScatterPlotOverlay[] MatrixPlot.getOverlays()
          Get the overlays for each scatterplot
 

Methods in adams.flow.sink with parameters of type AbstractScatterPlotOverlay
 void ScatterDisplay.setOverlays(AbstractScatterPlotOverlay[] over)
          Set the overlays to be drawn on the scatter plot
 void MatrixPlot.setOverlays(AbstractScatterPlotOverlay[] val)
          Set the overlays for each scatterplot in the matrix
 

Uses of AbstractScatterPlotOverlay in adams.gui.visualization.stats.scatterplot
 

Subclasses of AbstractScatterPlotOverlay in adams.gui.visualization.stats.scatterplot
 class Diagonal
          Display a diagonal line overlay

Valid options are:

 class Lowess
          Display a lowess curve as an overlay.
 

Fields in adams.gui.visualization.stats.scatterplot declared as AbstractScatterPlotOverlay
protected  AbstractScatterPlotOverlay[] AbstractScatterPlot.m_Array
          Array of overlay options
protected  AbstractScatterPlotOverlay[] ScatterPlot.m_Default
          default object for the GAE
protected  AbstractScatterPlotOverlay[] Matrix.m_Default
          for default value for overlays
 

Fields in adams.gui.visualization.stats.scatterplot with type parameters of type AbstractScatterPlotOverlay
protected  ArrayList<AbstractScatterPlotOverlay> Matrix.m_Array
          Overlays to be displayed
protected  ArrayList<AbstractScatterPlotOverlay> ScatterPlotSimple.m_overs
          Arraylist of overlays applied currently
 

Methods in adams.gui.visualization.stats.scatterplot that return AbstractScatterPlotOverlay
 AbstractScatterPlotOverlay[] ScatterPlot.getOverlays()
          Get the overlays array containing overlays to apply
 AbstractScatterPlotOverlay 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
protected  void ScatterPlotSimple.addOverlay(AbstractScatterPlotOverlay val)
          Add overlay to the list of overlays
 void ScatterPlot.setOverlays(AbstractScatterPlotOverlay[] val)
          Set the overlays array containing overlays to apply
 void Matrix.setOverlays(AbstractScatterPlotOverlay[] val)
          Set the overlays to be applied to each of the scatter plots
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.