Package adams.gui.visualization.sequence
Interface MetaXYSequencePaintlet
-
- All Superinterfaces:
Paintlet
,ShallowCopySupporter<Paintlet>
,XYSequencePaintlet
- All Known Implementing Classes:
ByNamePaintlet
,PaintletWithFixedXRange
,PaintletWithFixedXYRange
,PaintletWithFixedYRange
public interface MetaXYSequencePaintlet extends XYSequencePaintlet
Interface for paintlets that wrap another paintlet.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XYSequencePaintlet
getPaintlet()
Returns the painlet in use.String
paintletTipText()
Returns the tip text for this property.void
setPaintlet(XYSequencePaintlet value)
Sets the actual paintlet to use.-
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
-
Methods inherited from interface adams.gui.visualization.sequence.XYSequencePaintlet
getSequencePanel, newHitDetector
-
-
-
-
Method Detail
-
setPaintlet
void setPaintlet(XYSequencePaintlet value)
Sets the actual paintlet to use.- Parameters:
value
- the paintlet
-
getPaintlet
XYSequencePaintlet getPaintlet()
Returns the painlet in use.- Returns:
- the paintlet
-
paintletTipText
String paintletTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-