Package adams.gui.visualization.core
Interface FlowAwarePaintlet
-
- All Superinterfaces:
Paintlet
,ShallowCopySupporter<Paintlet>
- All Known Implementing Classes:
ByNamePaintlet
,MultiPaintlet
,PaintletWithFixedXRange
,PaintletWithFixedXRange
,PaintletWithFixedXYRange
,PaintletWithFixedXYRange
,PaintletWithFixedYRange
,PaintletWithFixedYRange
,TextOverlayPaintlet
,TextOverlayPaintlet
public interface FlowAwarePaintlet extends Paintlet
Interface for paintlets that need to be aware of the flow, e.g., for accessing variables or storage.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Actor
getActor()
Returns the owning actor.void
setActor(Actor actor)
Sets the owning actor.-
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
-
-