Package adams.flow.sink.sequenceplotter
Interface MarkerPaintlet
-
- All Superinterfaces:
Paintlet
,ShallowCopySupporter<Paintlet>
- All Known Implementing Classes:
AbstractMarkerPaintlet
,ByNameMarkerPaintlet
,NoMarkers
,VerticalMarkers
public interface MarkerPaintlet extends Paintlet
Interface for paintlets that paint markers in the SequencePlotter.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequencePlotterPanel
getPlotterPanel()
Returns the plotter panel.-
Methods inherited from interface adams.gui.visualization.core.Paintlet
canPaint, getPaintMoment, getPanel, getPlot, getRepaintOnChange, hasPanel, isEnabled, paint, performPaint, setEnabled, setPanel, setPanel, setRepaintOnChange
-
Methods inherited from interface adams.core.ShallowCopySupporter
shallowCopy, shallowCopy
-
-
-
-
Method Detail
-
getPlotterPanel
SequencePlotterPanel getPlotterPanel()
Returns the plotter panel.- Returns:
- the plotter panel
-
-