Class ColorProvider

    • Field Detail

      • m_Provider

        protected ColorProvider m_Provider
        the color provider to use.
      • m_NumColors

        protected int m_NumColors
        the number of colors to generate.
    • Constructor Detail

      • ColorProvider

        public ColorProvider()
    • Method Detail

      • setProvider

        public void setProvider​(ColorProvider value)
        Sets the color provider to use.
        Parameters:
        value - the provider
      • getProvider

        public ColorProvider getProvider()
        Returns the color provider in use.
        Returns:
        the provider
      • providerTipText

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

        public void setNumColors​(int value)
        Sets the number of colors to generate.
        Parameters:
        value - the number of colors
      • getNumColors

        public int getNumColors()
        Returns the number of colors to generate.
        Returns:
        the number of colors
      • numColorsTipText

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

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message