Interface SizeBasedPaintlet
-
- All Superinterfaces:
Paintlet
,ShallowCopySupporter<Paintlet>
- All Known Implementing Classes:
ScatterPaintletCircle
,ScatterPaintletMetaDataValue
public interface SizeBasedPaintlet extends Paintlet
Interface for paintlets that support a size.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSize()
Returns the size of the cross.void
setSize(int value)
Sets the size.String
sizeTipText()
Returns the tip text for this property.-
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
-
-
-
-
Method Detail
-
setSize
void setSize(int value)
Sets the size.- Parameters:
value
- the size
-
getSize
int getSize()
Returns the size of the cross.- Returns:
- the size
-
sizeTipText
String sizeTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-