Uses of Class
adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet

Packages that use AbstractScatterPlotPaintlet
adams.flow.sink   
adams.gui.visualization.stats.paintlet   
adams.gui.visualization.stats.scatterplot   
 

Uses of AbstractScatterPlotPaintlet in adams.flow.sink
 

Fields in adams.flow.sink declared as AbstractScatterPlotPaintlet
protected  AbstractScatterPlotPaintlet ScatterDisplay.m_Paintlet
          Paintlet to draw original data with
protected  AbstractScatterPlotPaintlet MatrixPlot.m_Paintlet
          Paintlet for plotting the data on each scatter plot
 

Methods in adams.flow.sink that return AbstractScatterPlotPaintlet
 AbstractScatterPlotPaintlet ScatterDisplay.getPaintlet()
          get the paintlet used to draw the data with
 AbstractScatterPlotPaintlet MatrixPlot.getPaintlet()
          Gets the paintlet to use for each scatter plot
 

Methods in adams.flow.sink with parameters of type AbstractScatterPlotPaintlet
 void ScatterDisplay.setPaintlet(AbstractScatterPlotPaintlet pain)
          Set the paintlet to draw the data points with
 void MatrixPlot.setPaintlet(AbstractScatterPlotPaintlet val)
          Sets the paintlet for each scatter plot
 

Uses of AbstractScatterPlotPaintlet in adams.gui.visualization.stats.paintlet
 

Subclasses of AbstractScatterPlotPaintlet in adams.gui.visualization.stats.paintlet
 class ScatterPaintletCircle
          Paintlet for displaying points on the scatter point as circles.
 class ScatterPaintletCross
          Class for plotting data on a scatter plot as crosses.
 class ScatterPaintletErrors
          Paintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.
 

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

Fields in adams.gui.visualization.stats.scatterplot declared as AbstractScatterPlotPaintlet
protected  AbstractScatterPlotPaintlet ScatterPlot.m_Def
          default paintlet for GOEpanel
protected  AbstractScatterPlotPaintlet Matrix.m_Def
          Default paintlet for GOEpanel
protected  AbstractScatterPlotPaintlet Matrix.m_Val
          Paintlet for plotting, chosen using GOE
protected  AbstractScatterPlotPaintlet AbstractScatterPlot.m_Val
          Paintlet to display the data points on the scatter plot
 

Methods in adams.gui.visualization.stats.scatterplot that return AbstractScatterPlotPaintlet
 AbstractScatterPlotPaintlet ScatterPlot.getPaintlet()
          Get the paintlet used initially to plot the data
 

Methods in adams.gui.visualization.stats.scatterplot with parameters of type AbstractScatterPlotPaintlet
 void ScatterPlot.setPaintlet(AbstractScatterPlotPaintlet val)
          Set the paintlet to use initially to plot the data
 void Matrix.setPaintlet(AbstractScatterPlotPaintlet val)
          Set the paintlet used for plotting the data on each scatter plot
 void AbstractScatterPlot.setPaintlet(AbstractScatterPlotPaintlet val)
          Set the paintlet for dawing the data
 



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