Class ReplaceColors

    • Field Detail

      • m_OldColors

        protected BaseColor[] m_OldColors
        the old colors.
      • m_NewColors

        protected BaseColor[] m_NewColors
        the new colors.
    • Constructor Detail

      • ReplaceColors

        public ReplaceColors()
    • Method Detail

      • setOldColors

        public void setOldColors​(BaseColor[] value)
        Sets the old colors to replace.
        Parameters:
        value - the colors
      • getOldColors

        public BaseColor[] getOldColors()
        Returns the old colors to replace.
        Returns:
        the colors
      • oldColorsTipText

        public String oldColorsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setNewColors

        public void setNewColors​(BaseColor[] value)
        Sets the new colors.
        Parameters:
        value - the colors
      • getNewColors

        public BaseColor[] getNewColors()
        Returns the new colors.
        Returns:
        the colors
      • newColorsTipText

        public String newColorsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui