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 AbstractScatterPlotPaintletMatrixPlot. m_PaintletPaintlet for plotting the data on each scatter plotprotected AbstractScatterPlotPaintletScatterDisplay. m_PaintletPaintlet to draw original data withMethods in adams.flow.sink that return AbstractScatterPlotPaintlet Modifier and Type Method Description AbstractScatterPlotPaintletMatrixPlot. getPaintlet()Gets the paintlet to use for each scatter plotAbstractScatterPlotPaintletScatterDisplay. getPaintlet()get the paintlet used to draw the data withMethods in adams.flow.sink with parameters of type AbstractScatterPlotPaintlet Modifier and Type Method Description voidMatrixPlot. setPaintlet(AbstractScatterPlotPaintlet val)Sets the paintlet for each scatter plotvoidScatterDisplay. 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 classScatterPaintletCirclePaintlet for displaying points on the scatter point as circles.classScatterPaintletCrossClass for plotting data on a scatter plot as crosses.classScatterPaintletErrorsPaintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.classScatterPaintletMetaDataValuePaintlet 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 AbstractScatterPlotPaintletAbstractScatterPlotHitDetector. m_Ownerthe owner of this detector.Methods in adams.gui.visualization.stats.paintlet that return AbstractScatterPlotPaintlet Modifier and Type Method Description AbstractScatterPlotPaintletAbstractScatterPlotHitDetector. getOwner()Returns the owner.Methods in adams.gui.visualization.stats.paintlet with parameters of type AbstractScatterPlotPaintlet Modifier and Type Method Description voidAbstractScatterPlotHitDetector. 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 AbstractScatterPlotPaintletMatrix. m_DefDefault paintlet for GOEpanelprotected AbstractScatterPlotPaintletScatterPlot. m_DefaultPaintletdefault paintlet for GOEpanelprotected AbstractScatterPlotPaintletAbstractScatterPlot. m_PaintletPaintlet to display the data points on the scatter plotprotected AbstractScatterPlotPaintletMatrix. m_ValPaintlet for plotting, chosen using GOEMethods in adams.gui.visualization.stats.scatterplot that return AbstractScatterPlotPaintlet Modifier and Type Method Description AbstractScatterPlotPaintletScatterPlot. 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 voidAbstractScatterPlot. setPaintlet(AbstractScatterPlotPaintlet val)Set the paintlet for dawing the datavoidMatrix. setPaintlet(AbstractScatterPlotPaintlet val)Set the paintlet used for plotting the data on each scatter plotvoidScatterPlot. setPaintlet(AbstractScatterPlotPaintlet val)Set the paintlet to use initially to plot the data
-