Class ClassificationLabelAnnotator

    • Field Detail

      • m_Field

        protected Field m_Field
        the field to store the classification label in.
    • Constructor Detail

      • ClassificationLabelAnnotator

        public ClassificationLabelAnnotator()
    • Method Detail

      • setField

        public void setField​(Field value)
        Sets the field to use.
        Parameters:
        value - the field
      • getField

        public Field getField()
        Returns the field to use.
        Returns:
        the field
      • fieldTipText

        public String fieldTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doInstall

        protected void doInstall()
        Installs the annotator with the owner.
        Specified by:
        doInstall in class AbstractAnnotator
      • doUninstall

        protected void doUninstall()
        Uninstalls the annotator with the owner.
        Specified by:
        doUninstall in class AbstractAnnotator