Interface LabelSuffixHandler
-
- All Known Implementing Classes:
BoundingBoxAnnotator
,PolygonAnnotator
,PolygonPointAnnotator
,SimplePointAnnotator
public interface LabelSuffixHandler
Interface for annotators that support a label suffix.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabelSuffix()
Returns the suffix to use for the label.void
setLabelSuffix(String value)
Sets the suffix to use for the label.
-