Uses of Class
adams.gui.visualization.core.PaintablePanel
-
-
Uses of PaintablePanel in adams.flow.core
Methods in adams.flow.core with parameters of type PaintablePanel Modifier and Type Method Description static voidActorUtils. updateFlowAwarePaintlets(PaintablePanel panel, Actor actor)Updates all the "flow-aware" paintlets of the panel with the specified actor. -
Uses of PaintablePanel in adams.flow.sink.canvas
Subclasses of PaintablePanel in adams.flow.sink.canvas Modifier and Type Class Description classDataPoolPanelPanel for painting on the content of a DataPool. -
Uses of PaintablePanel in adams.flow.sink.sequenceplotter
Subclasses of PaintablePanel in adams.flow.sink.sequenceplotter Modifier and Type Class Description classSequencePlotterPanelThe panel that plots all the sequences.Methods in adams.flow.sink.sequenceplotter with parameters of type PaintablePanel Modifier and Type Method Description voidByNameErrorPaintlet. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.voidByNameMarkerPaintlet. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting. -
Uses of PaintablePanel in adams.gui.menu
Subclasses of PaintablePanel in adams.gui.menu Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of PaintablePanel in adams.gui.visualization.container
Subclasses of PaintablePanel in adams.gui.visualization.container 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 PaintablePanel in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as PaintablePanel Modifier and Type Field Description protected PaintablePanelAbstractMouseMovementTracker. m_Panelthe panel this tracker is for.protected PaintablePanelAbstractPaintlet. m_Panelthe panel this paintlet is for.Methods in adams.gui.visualization.core that return PaintablePanel Modifier and Type Method Description PaintablePanelAbstractMouseMovementTracker. getPanel()Returns the panel currently in use.PaintablePanelAbstractPaintlet. getPanel()Returns the panel currently in use.PaintablePanelMouseMovementTracker. getPanel()Returns the spectrum panel currently in use.PaintablePanelPaintlet. getPanel()Returns the spectrum panel currently in use.Methods in adams.gui.visualization.core with parameters of type PaintablePanel Modifier and Type Method Description voidAbstractMouseMovementTracker. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting.voidAbstractPaintlet. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting.voidAbstractPaintlet. setPanel(PaintablePanel value, boolean register)Sets the panel to use, null to disable painting.voidMouseMovementTracker. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.voidMultiPaintlet. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting.voidPaintlet. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.voidPaintlet. setPanel(PaintablePanel value, boolean register)Sets the spectrum panel to use, null to disable painting. -
Uses of PaintablePanel in adams.gui.visualization.instance
Subclasses of PaintablePanel in adams.gui.visualization.instance Modifier and Type Class Description classInstancePanelA panel for displaying instances.classInstanceZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of PaintablePanel in adams.gui.visualization.report
Methods in adams.gui.visualization.report with parameters of type PaintablePanel Modifier and Type Method Description voidReportDateFieldPaintlet. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting.voidReportDateFieldRangePaintlet. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting. -
Uses of PaintablePanel in adams.gui.visualization.sequence
Subclasses of PaintablePanel in adams.gui.visualization.sequence Modifier and Type Class Description classXYSequencePanelA panel for displaying XY sequences.Methods in adams.gui.visualization.sequence with parameters of type PaintablePanel Modifier and Type Method Description voidAbstractXYSequencePaintlet. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting.voidByNamePaintlet. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.voidMultiPaintlet. setPanel(PaintablePanel value)Sets the panel to use, null to disable painting.voidMultiPaintlet. setPanel(PaintablePanel value, boolean register)Sets the panel to use, null to disable painting.voidPaintletWithFixedXRange. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.voidPaintletWithFixedYRange. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting. -
Uses of PaintablePanel in adams.gui.visualization.spreadsheet
Subclasses of PaintablePanel in adams.gui.visualization.spreadsheet Modifier and Type Class Description classSpreadSheetRowPanelA panel for displaying instances.classSpreadSheetRowZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of PaintablePanel in adams.gui.visualization.stats.fourinone
Subclasses of PaintablePanel in adams.gui.visualization.stats.fourinone 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. -
Uses of PaintablePanel in adams.gui.visualization.stats.histogram
Subclasses of PaintablePanel in adams.gui.visualization.stats.histogram Modifier and Type Class Description classHistogramClass that displays a histogram displaying the data provided. -
Uses of PaintablePanel in adams.gui.visualization.stats.probabilityplot
Subclasses of PaintablePanel in adams.gui.visualization.stats.probabilityplot Modifier and Type Class Description classNormalPlotProbability plot that only displays the normal distribution, used in the 4-in1 plot.classProbabilityPlotProbability plot visualization. -
Uses of PaintablePanel in adams.gui.visualization.stats.scatterplot
Subclasses of PaintablePanel in adams.gui.visualization.stats.scatterplot 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 PaintablePanel in adams.gui.visualization.stats.zscore
Subclasses of PaintablePanel in adams.gui.visualization.stats.zscore 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 PaintablePanel in adams.gui.visualization.timeseries
Subclasses of PaintablePanel in adams.gui.visualization.timeseries 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.Methods in adams.gui.visualization.timeseries with parameters of type PaintablePanel Modifier and Type Method Description voidPaintletWithFixedXRange. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.voidPaintletWithFixedYRange. setPanel(PaintablePanel value)Sets the spectrum panel to use, null to disable painting.
-