Uses of Class
adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
-
Packages that use AbstractScatterPlotPaintlet Package Description 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 Modifier and Type Field Description protected AbstractScatterPlotPaintlet
MatrixPlot. m_Paintlet
Paintlet for plotting the data on each scatter plotprotected AbstractScatterPlotPaintlet
ScatterDisplay. m_Paintlet
Paintlet to draw original data withMethods in adams.flow.sink that return AbstractScatterPlotPaintlet Modifier and Type Method Description AbstractScatterPlotPaintlet
MatrixPlot. getPaintlet()
Gets the paintlet to use for each scatter plotAbstractScatterPlotPaintlet
ScatterDisplay. getPaintlet()
get the paintlet used to draw the data withMethods in adams.flow.sink with parameters of type AbstractScatterPlotPaintlet Modifier and Type Method Description void
MatrixPlot. setPaintlet(AbstractScatterPlotPaintlet val)
Sets the paintlet for each scatter plotvoid
ScatterDisplay. setPaintlet(AbstractScatterPlotPaintlet pain)
Set the paintlet to draw the data points with -
Uses of AbstractScatterPlotPaintlet in adams.gui.visualization.stats.paintlet
Subclasses of AbstractScatterPlotPaintlet in adams.gui.visualization.stats.paintlet Modifier and Type Class Description 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.class
ScatterPaintletMetaDataValue
Paintlet for displaying points on the scatter point as circles.Fields in adams.gui.visualization.stats.paintlet declared as AbstractScatterPlotPaintlet Modifier and Type Field Description protected AbstractScatterPlotPaintlet
AbstractScatterPlotHitDetector. m_Owner
the owner of this detector.Methods in adams.gui.visualization.stats.paintlet that return AbstractScatterPlotPaintlet Modifier and Type Method Description AbstractScatterPlotPaintlet
AbstractScatterPlotHitDetector. getOwner()
Returns the owner.Methods in adams.gui.visualization.stats.paintlet with parameters of type AbstractScatterPlotPaintlet Modifier and Type Method Description void
AbstractScatterPlotHitDetector. setOwner(AbstractScatterPlotPaintlet value)
Sets the owner.Constructors in adams.gui.visualization.stats.paintlet with parameters of type AbstractScatterPlotPaintlet Constructor Description AbstractScatterPlotHitDetector(AbstractScatterPlotPaintlet owner)
Initializes the hit detector.ScatterPlotCircleHitDetector(AbstractScatterPlotPaintlet owner)
Initializes the hit detector. -
Uses of AbstractScatterPlotPaintlet in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as AbstractScatterPlotPaintlet Modifier and Type Field Description protected AbstractScatterPlotPaintlet
Matrix. m_Def
Default paintlet for GOEpanelprotected AbstractScatterPlotPaintlet
ScatterPlot. m_DefaultPaintlet
default paintlet for GOEpanelprotected AbstractScatterPlotPaintlet
AbstractScatterPlot. m_Paintlet
Paintlet to display the data points on the scatter plotprotected AbstractScatterPlotPaintlet
Matrix. m_Val
Paintlet for plotting, chosen using GOEMethods in adams.gui.visualization.stats.scatterplot that return AbstractScatterPlotPaintlet Modifier and Type Method Description AbstractScatterPlotPaintlet
ScatterPlot. getPaintlet()
Get the paintlet used initially to plot the dataMethods in adams.gui.visualization.stats.scatterplot with parameters of type AbstractScatterPlotPaintlet Modifier and Type Method Description void
AbstractScatterPlot. setPaintlet(AbstractScatterPlotPaintlet val)
Set the paintlet for dawing the datavoid
Matrix. setPaintlet(AbstractScatterPlotPaintlet val)
Set the paintlet used for plotting the data on each scatter plotvoid
ScatterPlot. setPaintlet(AbstractScatterPlotPaintlet val)
Set the paintlet to use initially to plot the data
-