Class ColorChooserPanel.ColorUpdater

    • Constructor Detail

      • ColorUpdater

        public ColorUpdater​(Colorizer colorizer)
        Constructs an updater that updates a given colorizer. This will call the Colorizer's setColor inside of the stateChange method.
        Parameters:
        colorizer - The colorizer to update.