Package adams.gui.visualization.sequence
Interface DiameterBasedPaintlet
-
- All Superinterfaces:
Paintlet,ShallowCopySupporter<Paintlet>,XYSequencePaintlet
- All Known Implementing Classes:
CirclePaintlet,CrossPaintlet,ErrorCirclePaintlet,ErrorCrossPaintlet,MetaDataValuePaintlet,OutlierPaintlet,SquarePaintlet,TrianglePaintlet
public interface DiameterBasedPaintlet extends XYSequencePaintlet
Interface for paintlets that support a diameter.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdiameterTipText()Returns the tip text for this property.intgetDiameter()Returns the diameter of the cross.voidsetDiameter(int value)Sets the cross diameter.-
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
-
setDiameter
void setDiameter(int value)
Sets the cross diameter.- Parameters:
value- the diameter
-
getDiameter
int getDiameter()
Returns the diameter of the cross.- Returns:
- the diameter
-
diameterTipText
String diameterTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-