Interface IR_ChordSymbolSettings

All Known Implementing Classes:
IR_ChordSymbolSettingsAdapter

public interface IR_ChordSymbolSettings
  • Field Details

  • Method Details

    • getDefault

      static IR_ChordSymbolSettings getDefault()
    • setFont

      void setFont(Font font)
      Parameters:
      font - If null restore the default value.
    • getFont

      Font getFont()
      The font used to represent a chord symbol e.g. "Cm7".
      Returns:
    • setColor

      void setColor(Color color)
      Parameters:
      color - If null restore the default value.
    • getColor

      Color getColor()
      Default color of a chord symbol.
      Returns:
    • setSubstituteFontColor

      void setSubstituteFontColor(Color color)
      Parameters:
      color - If null restore the default value.
    • getSubstituteFontColor

      Color getSubstituteFontColor()
      Chord symbol color when it has a chord substitute defined.
      Returns:
    • getMusicFont

      Font getMusicFont()
      The font to display musical symbols like sharp and flat symbols.
      Returns:
    • getSharpCharInMusicFont

      char getSharpCharInMusicFont()
      Returns:
      The char representing the sharp symbol in the music font.
    • getFlatCharInMusicFont

      char getFlatCharInMusicFont()
      Returns:
      The char representing the flat symbol in the music font.
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener listener)