Class ButtonSelectorWithColorGenerator

    • Field Detail

      • m_Labels

        protected BaseString[] m_Labels
        the labels.
      • m_Colors

        protected BaseColor[] m_Colors
        the associated colors.
    • Constructor Detail

      • ButtonSelectorWithColorGenerator

        public ButtonSelectorWithColorGenerator()
    • Method Detail

      • setLabels

        public void setLabels​(BaseString[] value)
        Sets the labels to use for annotating.
        Parameters:
        value - the labels
      • getLabels

        public BaseString[] getLabels()
        Returns the labels to use for annotating.
        Returns:
        the labels
      • labelsTipText

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

        public void setColors​(BaseColor[] value)
        Sets the colors to use for annotating.
        Parameters:
        value - the colors
      • getColors

        public BaseColor[] getColors()
        Returns the colors to use for annotating.
        Returns:
        the colors
      • colorsTipText

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