Uses of Class
adams.gui.visualization.stats.scatterplot.ScatterPlot
-
Packages that use ScatterPlot Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab adams.gui.visualization.stats.scatterplot adams.gui.visualization.stats.scatterplot.action -
-
Uses of ScatterPlot in adams.flow.sink
Fields in adams.flow.sink declared as ScatterPlot Modifier and Type Field Description protected ScatterPlot
ScatterDisplay. m_ScatterPlot
scatter panel to display using the actor -
Uses of ScatterPlot in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as ScatterPlot Modifier and Type Field Description protected ScatterPlot
ScatterPlotTab. m_CurrentPanel
the currently displayed panel.protected ScatterPlot
IndependentComponentsTab. m_PanelComponents
the components plot.protected ScatterPlot
PartialLeastSquaresTab. m_PanelLoadings
the loadings plot.protected ScatterPlot
PrincipalComponentsTab. m_PanelLoadings
the loadings plot.protected ScatterPlot
PartialLeastSquaresTab. m_PanelScores
the scores plot.protected ScatterPlot
PrincipalComponentsTab. m_PanelScores
the scores plot.protected ScatterPlot
IndependentComponentsTab. m_PanelSources
the sources plot.Fields in adams.gui.tools.wekainvestigator.tab with type parameters of type ScatterPlot Modifier and Type Field Description protected Map<DataContainer,ScatterPlot>
ScatterPlotTab. m_PlotCache
the cache for the plots. -
Uses of ScatterPlot in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as ScatterPlot Modifier and Type Field Description protected ScatterPlot
ScatterPlot.AttColorListener. m_parent
protected ScatterPlot
ScatterPlot.AttXListener. m_parent
protected ScatterPlot
ScatterPlot.AttYListener. m_parent
Constructors in adams.gui.visualization.stats.scatterplot with parameters of type ScatterPlot Constructor Description AttColorListener(ScatterPlot parent)
AttXListener(ScatterPlot parent)
AttYListener(ScatterPlot parent)
-
Uses of ScatterPlot in adams.gui.visualization.stats.scatterplot.action
Methods in adams.gui.visualization.stats.scatterplot.action with parameters of type ScatterPlot Modifier and Type Method Description void
MouseClickAction. mouseClickOccurred(ScatterPlot panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.void
NullClickAction. mouseClickOccurred(ScatterPlot panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.void
ViewDataClickAction. mouseClickOccurred(ScatterPlot panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.protected void
ViewDataClickAction. showData(ScatterPlot panel, SpreadSheet sheet)
Displays the data.protected void
ViewDataClickAction. showHits(ScatterPlot panel, int[] hits)
Displays the points that were determined by the hit detector.protected void
ViewDataClickAction. showPolygonPoints(ScatterPlot panel)
Displays the points that were surrounded by the polygon.
-