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 ScatterPlotScatterDisplay. m_ScatterPlotscatter 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 ScatterPlotScatterPlotTab. m_CurrentPanelthe currently displayed panel.protected ScatterPlotIndependentComponentsTab. m_PanelComponentsthe components plot.protected ScatterPlotPartialLeastSquaresTab. m_PanelLoadingsthe loadings plot.protected ScatterPlotPrincipalComponentsTab. m_PanelLoadingsthe loadings plot.protected ScatterPlotPartialLeastSquaresTab. m_PanelScoresthe scores plot.protected ScatterPlotPrincipalComponentsTab. m_PanelScoresthe scores plot.protected ScatterPlotIndependentComponentsTab. m_PanelSourcesthe 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_PlotCachethe 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 ScatterPlotScatterPlot.AttColorListener. m_parentprotected ScatterPlotScatterPlot.AttXListener. m_parentprotected ScatterPlotScatterPlot.AttYListener. m_parentConstructors 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 voidMouseClickAction. mouseClickOccurred(ScatterPlot panel, MouseEvent e)Gets triggered if the user clicks on the canvas.voidNullClickAction. mouseClickOccurred(ScatterPlot panel, MouseEvent e)Gets triggered if the user clicks on the canvas.voidViewDataClickAction. mouseClickOccurred(ScatterPlot panel, MouseEvent e)Gets triggered if the user clicks on the canvas.protected voidViewDataClickAction. showData(ScatterPlot panel, SpreadSheet sheet)Displays the data.protected voidViewDataClickAction. showHits(ScatterPlot panel, int[] hits)Displays the points that were determined by the hit detector.protected voidViewDataClickAction. showPolygonPoints(ScatterPlot panel)Displays the points that were surrounded by the polygon.
-