Interface TrailPaintlet
-
- All Superinterfaces:
adams.gui.visualization.image.paintlet.Paintlet,adams.core.ShallowCopySupporter<adams.gui.visualization.image.paintlet.Paintlet>
- All Known Implementing Classes:
AbstractTrailPaintlet,Circles,Lines
public interface TrailPaintlet extends adams.gui.visualization.image.paintlet.PaintletInterface for trail 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 TrailPanelgetTrailPanel()Returns the underlying trail panel.voidpaintData(Graphics g, Trail trail)Paints the given data.voidsetPanel(TrailPanel value)Sets the panel to use, null to disable painting.
-
-
-
Method Detail
-
setPanel
void setPanel(TrailPanel value)
Sets the panel to use, null to disable painting.- Parameters:
value- the panel to paint on
-
getTrailPanel
TrailPanel getTrailPanel()
Returns the underlying trail panel.- Returns:
- the panel, null if not set
-
-