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 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.