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 void
ActorUtils. 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 class
DataPoolPanel
Panel 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 class
SequencePlotterPanel
The panel that plots all the sequences.Methods in adams.flow.sink.sequenceplotter with parameters of type PaintablePanel Modifier and Type Method Description void
ByNameErrorPaintlet. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.void
ByNameMarkerPaintlet. 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 class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For 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 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 PaintablePanel in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as PaintablePanel Modifier and Type Field Description protected PaintablePanel
AbstractMouseMovementTracker. m_Panel
the panel this tracker is for.protected PaintablePanel
AbstractPaintlet. m_Panel
the panel this paintlet is for.Methods in adams.gui.visualization.core that return PaintablePanel Modifier and Type Method Description PaintablePanel
AbstractMouseMovementTracker. getPanel()
Returns the panel currently in use.PaintablePanel
AbstractPaintlet. getPanel()
Returns the panel currently in use.PaintablePanel
MouseMovementTracker. getPanel()
Returns the spectrum panel currently in use.PaintablePanel
Paintlet. getPanel()
Returns the spectrum panel currently in use.Methods in adams.gui.visualization.core with parameters of type PaintablePanel Modifier and Type Method Description void
AbstractMouseMovementTracker. setPanel(PaintablePanel value)
Sets the panel to use, null to disable painting.void
AbstractPaintlet. setPanel(PaintablePanel value)
Sets the panel to use, null to disable painting.void
AbstractPaintlet. setPanel(PaintablePanel value, boolean register)
Sets the panel to use, null to disable painting.void
MouseMovementTracker. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.void
MultiPaintlet. setPanel(PaintablePanel value)
Sets the panel to use, null to disable painting.void
Paintlet. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.void
Paintlet. 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 class
InstancePanel
A panel for displaying instances.class
InstanceZoomOverviewPanel
Panel 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 void
ReportDateFieldPaintlet. setPanel(PaintablePanel value)
Sets the panel to use, null to disable painting.void
ReportDateFieldRangePaintlet. 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 class
XYSequencePanel
A panel for displaying XY sequences.Methods in adams.gui.visualization.sequence with parameters of type PaintablePanel Modifier and Type Method Description void
AbstractXYSequencePaintlet. setPanel(PaintablePanel value)
Sets the panel to use, null to disable painting.void
ByNamePaintlet. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.void
MultiPaintlet. setPanel(PaintablePanel value)
Sets the panel to use, null to disable painting.void
PaintletWithFixedXRange. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.void
PaintletWithFixedYRange. 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 class
SpreadSheetRowPanel
A panel for displaying instances.class
SpreadSheetRowZoomOverviewPanel
Panel 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 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 PaintablePanel in adams.gui.visualization.stats.histogram
Subclasses of PaintablePanel in adams.gui.visualization.stats.histogram Modifier and Type Class Description class
Histogram
Class 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 class
NormalPlot
Probability plot that only displays the normal distribution, used in the 4-in1 plot.class
ProbabilityPlot
Probability 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 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 PaintablePanel in adams.gui.visualization.stats.zscore
Subclasses of PaintablePanel in adams.gui.visualization.stats.zscore 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 PaintablePanel in adams.gui.visualization.timeseries
Subclasses of PaintablePanel in adams.gui.visualization.timeseries 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.Methods in adams.gui.visualization.timeseries with parameters of type PaintablePanel Modifier and Type Method Description void
PaintletWithFixedXRange. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.void
PaintletWithFixedYRange. setPanel(PaintablePanel value)
Sets the spectrum panel to use, null to disable painting.
-