Interface StrokeSelectionShapePainter
-
- All Superinterfaces:
Destroyable
,OptionHandler
,SelectionShapePainter
- All Known Implementing Classes:
AbstractStrokeSelectionShapePainter
,PolygonPainter
,RectanglePainter
public interface StrokeSelectionShapePainter extends SelectionShapePainter
For selection shape painters that use a stroke.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getStrokeThickness()
Returns the current stroke thickness.void
setStrokeThickness(float value)
Sets the stroke thickness to use.String
strokeThicknessTipText()
Returns the tip text for this property.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.gui.visualization.image.selectionshape.SelectionShapePainter
canAddTracePoint, paintSelectionShape
-
-
-
-
Method Detail
-
setStrokeThickness
void setStrokeThickness(float value)
Sets the stroke thickness to use.- Parameters:
value
- the thickness
-
getStrokeThickness
float getStrokeThickness()
Returns the current stroke thickness.- Returns:
- the thickness
-
strokeThicknessTipText
String strokeThicknessTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-