Interface LabelSuffixHandler
-
- All Known Implementing Classes:
BoundingBoxAnnotator,PolygonAnnotator,PolygonPointAnnotator,SimplePointAnnotator
public interface LabelSuffixHandlerInterface 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 StringgetLabelSuffix()Returns the suffix to use for the label.voidsetLabelSuffix(String value)Sets the suffix to use for the label.
-