Interface IR_ChordSymbolSettings


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 the Chord Symbol e.g. "Cm7".
      Returns:
    • setColor

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

      Color getColor()
      The color of the Chord Symbol.
      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)