Package adams.gui.visualization.core
Interface PaintletManager
-
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,AbstractDataContainerZoomOverviewPanel
,AbstractScatterPlot
,DataContainerPanel
,DataContainerPanelWithContainerList
,DataContainerPanelWithSidePanel
,DataPoolPanel
,Histogram
,InstancePanel
,InstanceZoomOverviewPanel
,NormalPlot
,PaintablePanel
,ProbabilityPlot
,ScatterPlot
,ScatterPlotSimple
,SequencePlotterPanel
,SpreadSheetRowPanel
,SpreadSheetRowZoomOverviewPanel
,TimeseriesPanel
,TimeseriesZoomOverviewPanel
,VersusFit
,VersusOrder
,XYSequencePanel
,ZScore
public interface PaintletManager
Interface for classes that manage paintlets.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addPaintlet(Paintlet p)
Adds the paintlet to the internal list.Iterator<Paintlet>
paintlets()
Returns an iterator over all currently stored paintlets.void
removePaintlet(Paintlet p)
Removes this paintlet from its internal list.
-