Interface MixConsoleSettings


public interface MixConsoleSettings
  • Field Details

  • Method Details

    • getDefault

      static MixConsoleSettings getDefault()
    • getBackgroundColor

      Color getBackgroundColor()
    • setBackgroundColor

      void setBackgroundColor(Color color)
    • getMixChannelBackgroundColor

      Color getMixChannelBackgroundColor()
    • setMixChannelBackgroundColor

      void setMixChannelBackgroundColor(Color color)
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener listener)