Interface SptViewerSettings


public interface SptViewerSettings
The graphical settings for a SongPartEditor.
Author:
Jerome
  • Field Details

  • Method Details

    • getDefault

      static SptViewerSettings getDefault()
    • getRpViewerSettings

      default RpViewerSettings getRpViewerSettings()
    • setNameFont

      void setNameFont(Font font)
    • getNameFont

      Font getNameFont()
    • setNameFontColor

      void setNameFontColor(Color color)
    • getNameFontColor

      Color getNameFontColor()
    • setRhythmFont

      void setRhythmFont(Font font)
    • getRhythmFont

      Font getRhythmFont()
    • setRhythmFontColor

      void setRhythmFontColor(Color color)
    • getRhythmFontColor

      Color getRhythmFontColor()
    • setParentSectionFont

      void setParentSectionFont(Font font)
    • getParentSectionFont

      Font getParentSectionFont()
    • setParentSectionFontColor

      void setParentSectionFontColor(Color color)
    • getParentSectionFontColor

      Color getParentSectionFontColor()
    • getFocusedBorderColor

      Color getFocusedBorderColor()
    • setFocusedBorderColor

      void setFocusedBorderColor(Color color)
    • setDefaultBackgroundColor

      void setDefaultBackgroundColor(Color color)
    • getDefaultBackgroundColor

      Color getDefaultBackgroundColor()
    • setSelectedBackgroundColor

      void setSelectedBackgroundColor(Color color)
    • getSelectedBackgroundColor

      Color getSelectedBackgroundColor()
    • getFocusedBorder

      Border getFocusedBorder()
    • getDefaultBorder

      Border getDefaultBorder()
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener listener)