Package adams.gui.visualization.core
Interface PaintletWithFixedXRange
-
- All Superinterfaces:
Paintlet
,ShallowCopySupporter<Paintlet>
- All Known Implementing Classes:
PaintletWithFixedXRange
,PaintletWithFixedXRange
,PaintletWithFixedXYRange
,PaintletWithFixedXYRange
public interface PaintletWithFixedXRange extends Paintlet
Interface for paintlets that use a fixed X 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 double
getMaximumX()
Returns the maximum to use for the X range.double
getMinimumX()
Returns the minimum to use for the X 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
-
-