Uses of Class
adams.flow.sink.sequenceplotter.SequencePlotterPanel
-
-
Uses of SequencePlotterPanel in adams.flow.control
Fields in adams.flow.control declared as SequencePlotterPanel Modifier and Type Field Description protected SequencePlotterPanelRemoveOutliers. m_PlotterPanelthe sequence plotter panel. -
Uses of SequencePlotterPanel in adams.flow.sink
Methods in adams.flow.sink with parameters of type SequencePlotterPanel Modifier and Type Method Description protected voidActualVsPredictedPlot. addData(SequencePlotterPanel panel, SpreadSheet sheet)Adds the spreadsheet to the given panel. -
Uses of SequencePlotterPanel in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter that return SequencePlotterPanel Modifier and Type Method Description SequencePlotterPanelAbstractErrorPaintlet. getPlotterPanel()Returns the plotter panel.SequencePlotterPanelAbstractMarkerPaintlet. getPlotterPanel()Returns the plotter panel.SequencePlotterPanelMarkerPaintlet. getPlotterPanel()Returns the plotter panel.Methods in adams.flow.sink.sequenceplotter with parameters of type SequencePlotterPanel Modifier and Type Method Description protected booleanNamedPlotUpdater. canNotify(SequencePlotterPanel panel, SequencePlotterContainer cont)Checks whether all conditions are met to notify the listeners for changes in the plot.protected booleanSimplePlotUpdater. canNotify(SequencePlotterPanel panel, SequencePlotterContainer cont)Checks whether all conditions are met to notify the listeners for changes in the plot.protected voidAbstractPlotUpdater. doUpdate(SequencePlotterPanel panel, boolean notify)Updates the plotter regardless.voidMouseClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)Gets triggered if the user clicks on the canvas.voidNullClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)Gets triggered if the user clicks on the canvas.voidToggleOutlier. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)Gets triggered if the user clicks on the canvas.voidViewDataClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)Gets triggered if the user clicks on the canvas.protected voidViewDataClickAction. showData(SequencePlotterPanel panel, SpreadSheet sheet)Displays the data.protected voidViewDataClickAction. showHits(SequencePlotterPanel panel, List<XYSequencePoint> hits)Displays the points that were determined by the hit detector.protected voidViewDataClickAction. showPolygonPoints(SequencePlotterPanel panel)Displays the points that were surrounded by the polygon.protected voidToggleOutlier. toggleHits(SequencePlotterPanel panel, List<XYSequencePoint> hits)Sets or toggles the outlier state of the specified points.protected voidToggleOutlier. togglePolygonPoints(SequencePlotterPanel panel)Displays the points that were surrounded by the polygon. -
Uses of SequencePlotterPanel in adams.gui.core
Fields in adams.gui.core declared as SequencePlotterPanel Modifier and Type Field Description protected SequencePlotterPanelMemoryMonitorPanel. m_PlotPanelfor plotting the data. -
Uses of SequencePlotterPanel in adams.gui.menu
Subclasses of SequencePlotterPanel in adams.gui.menu Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of SequencePlotterPanel in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as SequencePlotterPanel Modifier and Type Field Description protected SequencePlotterPanelPartialLeastSquaresTab. m_PanelWeightsthe plot of the loadings. -
Uses of SequencePlotterPanel in adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors with parameters of type SequencePlotterPanel Modifier and Type Method Description protected voidRemoveOutliersClickAction. clearOutliers(SequencePlotterPanel panel)Resets the outlier status of all points.voidRemoveOutliersClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)Gets triggered if the user clicks on the canvas.protected voidRemoveOutliersClickAction. showData(SequencePlotterPanel panel, SpreadSheet sheet)Displays the data.protected voidRemoveOutliersClickAction. showHits(SequencePlotterPanel panel, List<XYSequencePoint> hits)Displays the points that were determined by the hit detector.protected voidRemoveOutliersClickAction. showOutliers(SequencePlotterPanel panel)Displays the points that were flagged as outliers.protected voidRemoveOutliersClickAction. toggleHits(SequencePlotterPanel panel, List<XYSequencePoint> hits)Sets or toggles the outlier state of the specified points.protected voidRemoveOutliersClickAction. togglePolygonPoints(SequencePlotterPanel panel)Displays the points that were surrounded by the polygon. -
Uses of SequencePlotterPanel in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return SequencePlotterPanel Modifier and Type Method Description protected SequencePlotterPanelAbstractHistogramPanel. newPanel(String name)Creates a new plot panel. -
Uses of SequencePlotterPanel in adams.gui.visualization.image
Methods in adams.gui.visualization.image that return SequencePlotterPanel Modifier and Type Method Description protected SequencePlotterPanelHistogramPanel. newPanel(String name)Creates a new plot panel. -
Uses of SequencePlotterPanel in adams.gui.visualization.statistics
Fields in adams.gui.visualization.statistics declared as SequencePlotterPanel Modifier and Type Field Description protected SequencePlotterPanelHistogramFactory.Panel. m_PlotPanelthe plot panel.
-