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 SequencePlotterPanel
RemoveOutliers. m_PlotterPanel
the 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 void
ActualVsPredictedPlot. 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 SequencePlotterPanel
AbstractErrorPaintlet. getPlotterPanel()
Returns the plotter panel.SequencePlotterPanel
AbstractMarkerPaintlet. getPlotterPanel()
Returns the plotter panel.SequencePlotterPanel
MarkerPaintlet. getPlotterPanel()
Returns the plotter panel.Methods in adams.flow.sink.sequenceplotter with parameters of type SequencePlotterPanel Modifier and Type Method Description protected boolean
NamedPlotUpdater. canNotify(SequencePlotterPanel panel, SequencePlotterContainer cont)
Checks whether all conditions are met to notify the listeners for changes in the plot.protected boolean
SimplePlotUpdater. canNotify(SequencePlotterPanel panel, SequencePlotterContainer cont)
Checks whether all conditions are met to notify the listeners for changes in the plot.protected void
AbstractPlotUpdater. doUpdate(SequencePlotterPanel panel, boolean notify)
Updates the plotter regardless.void
MouseClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.void
NullClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.void
ToggleOutlier. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.void
ViewDataClickAction. mouseClickOccurred(SequencePlotterPanel panel, MouseEvent e)
Gets triggered if the user clicks on the canvas.protected void
ViewDataClickAction. showData(SequencePlotterPanel panel, SpreadSheet sheet)
Displays the data.protected void
ViewDataClickAction. showHits(SequencePlotterPanel panel, List<XYSequencePoint> hits)
Displays the points that were determined by the hit detector.protected void
ViewDataClickAction. showPolygonPoints(SequencePlotterPanel panel)
Displays the points that were surrounded by the polygon.protected void
ToggleOutlier. toggleHits(SequencePlotterPanel panel, List<XYSequencePoint> hits)
Sets or toggles the outlier state of the specified points.protected void
ToggleOutlier. 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 SequencePlotterPanel
MemoryMonitorPanel. m_PlotPanel
for plotting the data. -
Uses of SequencePlotterPanel in adams.gui.menu
Subclasses of SequencePlotterPanel in adams.gui.menu Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For 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 SequencePlotterPanel
PartialLeastSquaresTab. m_PanelWeights
the plot of the loadings. -
Uses of SequencePlotterPanel in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return SequencePlotterPanel Modifier and Type Method Description protected SequencePlotterPanel
AbstractHistogramPanel. 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 SequencePlotterPanel
HistogramPanel. 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 SequencePlotterPanel
HistogramFactory.Panel. m_PlotPanel
the plot panel.
-