Class AbstractPointAnnotator

    • Field Detail

      • m_NumDigits

        protected int m_NumDigits
        the number of digits to use for left-padding the index.
    • Constructor Detail

      • AbstractPointAnnotator

        public AbstractPointAnnotator()
    • Method Detail

      • getDefaultNumDigits

        protected int getDefaultNumDigits()
        Returns the default number of digits to use.
        Returns:
        the default
      • setNumDigits

        public void setNumDigits​(int value)
        Sets the number of digits to use for the left-padded index.
        Parameters:
        value - the number of digits
      • getNumDigits

        public int getNumDigits()
        Returns the number of digits to use for the left-padded index.
        Returns:
        the number of digits
      • numDigitsTipText

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

        protected List<SelectionPoint> getLocations​(Report report)
        Retruns all currently stored locations.
        Parameters:
        report - the report to get the locations from
        Returns:
        the locations