org.herac.tuxguitar.gui.editors.fretboard
Class FretBoardConfig
java.lang.Object
org.herac.tuxguitar.gui.editors.fretboard.FretBoardConfig
public class FretBoardConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISPLAY_TEXT_NOTE
public static final int DISPLAY_TEXT_NOTE
- See Also:
- Constant Field Values
DISPLAY_TEXT_SCALE
public static final int DISPLAY_TEXT_SCALE
- See Also:
- Constant Field Values
FretBoardConfig
public FretBoardConfig()
getStyle
public int getStyle()
getFont
public Font getFont()
getColorBackground
public Color getColorBackground()
getColorString
public Color getColorString()
getColorFretPoint
public Color getColorFretPoint()
getColorNote
public Color getColorNote()
getColorScale
public Color getColorScale()
load
public void load()
defaults
public void defaults()
save
public void save(int style,
FontData fontData,
RGB rgbBackground,
RGB rgbString,
RGB rgbFretPoint,
RGB rgbNote,
RGB rgbScale)
dispose
public void dispose()
configure
public void configure(Shell shell)
getButtonData
protected GridData getButtonData()
applyChanges
protected void applyChanges()