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 classDataPoolPanelPanel 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 classSequencePlotterPanelThe 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 classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor 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 classAbstractDataContainerZoomOverviewPanel<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.classDataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data.classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel.classDataContainerPanelWithSidePanel<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 classPaintablePanelAn 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_PaintListenersthe paint listeners.Methods in adams.gui.visualization.core with parameters of type PaintListener Modifier and Type Method Description voidPlotPanel. addPaintListener(PaintListener l)Adds the given listener to the internal list of paint listeners.voidPlotPanel. 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 classInstancePanelA panel for displaying instances.classInstanceZoomOverviewPanelPanel 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 classXYSequencePanelA 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 classSpreadSheetRowPanelA panel for displaying instances.classSpreadSheetRowZoomOverviewPanelPanel 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 classBoxPlotManagerClass 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 classVersusFitClass that displays a versus fit graph.classVersusOrderClass that creates a versus order plot with the residuals on the y axis and the position in the data on the x axis.Fields in adams.gui.visualization.stats.fourinone declared as PaintListener Modifier and Type Field Description protected PaintListenerVersusFit. m_WatermarkListenerthe watermark paint listener.protected PaintListenerVersusOrder. m_WatermarkListenerthe watermark paint listener. -
Uses of PaintListener in adams.gui.visualization.stats.histogram
Classes in adams.gui.visualization.stats.histogram that implement PaintListener Modifier and Type Class Description classHistogramClass that displays a histogram displaying the data provided.Fields in adams.gui.visualization.stats.histogram declared as PaintListener Modifier and Type Field Description protected PaintListenerHistogram. m_WatermarkListenerthe watermark paint listener. -
Uses of PaintListener in adams.gui.visualization.stats.probabilityplot
Classes in adams.gui.visualization.stats.probabilityplot that implement PaintListener Modifier and Type Class Description classNormalPlotProbability plot that only displays the normal distribution, used in the 4-in1 plot.classProbabilityPlotProbability plot visualization.Fields in adams.gui.visualization.stats.probabilityplot declared as PaintListener Modifier and Type Field Description protected PaintListenerNormalPlot. m_WatermarkListenerthe watermark paint listener. -
Uses of PaintListener in adams.gui.visualization.stats.scatterplot
Classes in adams.gui.visualization.stats.scatterplot that implement PaintListener Modifier and Type Class Description classAbstractScatterPlotAbstract class for displaying a single scatterplotpanel on a paintable panel.classScatterPlotcreate a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes.classScatterPlotSimpleClass 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 classZScoreCreate 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 classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.classTimeseriesZoomOverviewPanelPanel that shows the zoom in the timeseries panel as overlay.
-