Package adams.gui.visualization.core
Interface PaintletWithFixedYRange
-
- All Superinterfaces:
Paintlet,ShallowCopySupporter<Paintlet>
- All Known Implementing Classes:
PaintletWithFixedXYRange,PaintletWithFixedXYRange,PaintletWithFixedYRange,PaintletWithFixedYRange
public interface PaintletWithFixedYRange extends Paintlet
Interface for paintlets that use a fixed Y range.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMaximumY()Returns the maximum to use for the Y range.doublegetMinimumY()Returns the minimum to use for the Y range.-
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
-
-