Uses of Interface
adams.gui.event.PaintListener
-
-
Uses of PaintListener in adams.flow.sink.canvas
Classes in adams.flow.sink.canvas that implement PaintListener Modifier and Type Class Description class
DataPoolPanel
Panel for painting on the content of a DataPool. -
Uses of PaintListener in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement PaintListener Modifier and Type Class Description class
SequencePlotterPanel
The panel that plots all the sequences. -
Uses of PaintListener in adams.gui.menu
Classes in adams.gui.menu that implement PaintListener Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For plotting the performance of the genetic algorithm. -
Uses of PaintListener in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement PaintListener Modifier and Type Class Description class
AbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>
Panel that shows the zoom in the data container panel as overlay.class
DataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data.class
DataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
Data container panel with a container list in the side panel.class
DataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data and a side panel with additional information. -
Uses of PaintListener in adams.gui.visualization.core
Classes in adams.gui.visualization.core that implement PaintListener Modifier and Type Class Description class
PaintablePanel
An abstract superclass for panels that paint "stuff", e.g., plots.Fields in adams.gui.visualization.core with type parameters of type PaintListener Modifier and Type Field Description protected Set<PaintListener>
PlotPanel. m_PaintListeners
the paint listeners.Methods in adams.gui.visualization.core with parameters of type PaintListener Modifier and Type Method Description void
PlotPanel. addPaintListener(PaintListener l)
Adds the given listener to the internal list of paint listeners.void
PlotPanel. removePaintListener(PaintListener l)
Removes the given listener from the internal list of paint listeners. -
Uses of PaintListener in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement PaintListener Modifier and Type Class Description class
InstancePanel
A panel for displaying instances.class
InstanceZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of PaintListener in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement PaintListener Modifier and Type Class Description class
XYSequencePanel
A panel for displaying XY sequences. -
Uses of PaintListener in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement PaintListener Modifier and Type Class Description class
SpreadSheetRowPanel
A panel for displaying instances.class
SpreadSheetRowZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of PaintListener in adams.gui.visualization.stats.boxplot
Classes in adams.gui.visualization.stats.boxplot that implement PaintListener Modifier and Type Class Description class
BoxPlotManager
Class that displays box plots for a number of attributes -
Uses of PaintListener in adams.gui.visualization.stats.fourinone
Classes in adams.gui.visualization.stats.fourinone that implement PaintListener Modifier and Type Class Description class
VersusFit
Class that displays a versus fit graph.class
VersusOrder
Class that creates a versus order plot with the residuals on the y axis and the position in the data on the x axis. -
Uses of PaintListener in adams.gui.visualization.stats.histogram
Classes in adams.gui.visualization.stats.histogram that implement PaintListener Modifier and Type Class Description class
Histogram
Class that displays a histogram displaying the data provided. -
Uses of PaintListener in adams.gui.visualization.stats.probabilityplot
Classes in adams.gui.visualization.stats.probabilityplot that implement PaintListener Modifier and Type Class Description class
NormalPlot
Probability plot that only displays the normal distribution, used in the 4-in1 plot.class
ProbabilityPlot
Probability plot visualization. -
Uses of PaintListener in adams.gui.visualization.stats.scatterplot
Classes in adams.gui.visualization.stats.scatterplot that implement PaintListener Modifier and Type Class Description class
AbstractScatterPlot
Abstract class for displaying a single scatterplotpanel on a paintable panel.class
ScatterPlot
create a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes.class
ScatterPlotSimple
Class for displaying a single scatterplotpanel only, used in the matrix. -
Uses of PaintListener in adams.gui.visualization.stats.zscore
Classes in adams.gui.visualization.stats.zscore that implement PaintListener Modifier and Type Class Description class
ZScore
Create a paintable panel displaying a z score plot panel as well being able to choose attribute, paintlet and overlays. -
Uses of PaintListener in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement PaintListener Modifier and Type Class Description class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay.
-