Interface AutoAdvanceAnnotator
-
- All Known Implementing Classes:
SimplePointAnnotator
public interface AutoAdvanceAnnotator
Interface for annotators that allow auto advancing labels.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
autoAdvanceLabelsTipText()
Returns the tip text for this property.boolean
getAutoAdvanceLabels()
Returns whether to auto advance labels once one has been applied.void
setAutoAdvanceLabels(boolean value)
Sets whether to auto advance labels once one has been applied.
-
-
-
Method Detail
-
setAutoAdvanceLabels
void setAutoAdvanceLabels(boolean value)
Sets whether to auto advance labels once one has been applied.- Parameters:
value
- true if to auto advance
-
getAutoAdvanceLabels
boolean getAutoAdvanceLabels()
Returns whether to auto advance labels once one has been applied.- Returns:
- true if auto advance
-
autoAdvanceLabelsTipText
String autoAdvanceLabelsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-