org.herac.tuxguitar.gui.editors.tab
Class TGResources

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.tab.TGResources

public class TGResources
extends java.lang.Object


Constructor Summary
TGResources(ViewLayout layout)
           
 
Method Summary
 void dispose()
           
 Color getBackgroundColor()
           
 Font getChordFont()
           
 Font getChordFretFont()
           
 Color getColorBlack()
           
 Color getColorRed()
           
 Color getColorWhite()
           
 Font getDefaultFont()
           
 Font getGraceFont()
           
 Image getHarmonicNote(int value, boolean playing)
           
 ViewLayout getLayout()
           
 Color getLineColor()
           
 Font getLyricFont()
           
 Font getNoteFont()
           
 Color getPlayNoteColor()
           
 Font getPrinterChordFont()
           
 Font getPrinterDefaultFont()
           
 Font getPrinterGraceFont()
           
 Font getPrinterLyricFont()
           
 Font getPrinterNoteFont()
           
 Font getPrinterTextFont()
           
 Font getPrinterTimeSignatureFont()
           
 Image getScoreNote(int value, boolean playing)
           
 Color getScoreNoteColor()
           
 int getScoreNoteWidth()
           
 Color getTabNoteColor()
           
 Image getTempoImage()
           
 Font getTextFont()
           
 Font getTimeSignatureFont()
           
 Image getTripletFeel16()
           
 Image getTripletFeel8()
           
 Image getTripletFeelNone16()
           
 Image getTripletFeelNone8()
           
 void load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGResources

public TGResources(ViewLayout layout)
Method Detail

load

public void load()

getLayout

public ViewLayout getLayout()

getDefaultFont

public Font getDefaultFont()

getNoteFont

public Font getNoteFont()

getTimeSignatureFont

public Font getTimeSignatureFont()

getLyricFont

public Font getLyricFont()

getTextFont

public Font getTextFont()

getChordFont

public Font getChordFont()

getChordFretFont

public Font getChordFretFont()

getGraceFont

public Font getGraceFont()

getPrinterDefaultFont

public Font getPrinterDefaultFont()

getPrinterNoteFont

public Font getPrinterNoteFont()

getPrinterTimeSignatureFont

public Font getPrinterTimeSignatureFont()

getPrinterLyricFont

public Font getPrinterLyricFont()

getPrinterTextFont

public Font getPrinterTextFont()

getPrinterGraceFont

public Font getPrinterGraceFont()

getPrinterChordFont

public Font getPrinterChordFont()

getBackgroundColor

public Color getBackgroundColor()

getLineColor

public Color getLineColor()

getPlayNoteColor

public Color getPlayNoteColor()

getScoreNoteColor

public Color getScoreNoteColor()

getTabNoteColor

public Color getTabNoteColor()

getColorWhite

public Color getColorWhite()

getColorBlack

public Color getColorBlack()

getColorRed

public Color getColorRed()

getTempoImage

public Image getTempoImage()

getTripletFeel8

public Image getTripletFeel8()

getTripletFeelNone8

public Image getTripletFeelNone8()

getTripletFeel16

public Image getTripletFeel16()

getTripletFeelNone16

public Image getTripletFeelNone16()

getScoreNote

public Image getScoreNote(int value,
                          boolean playing)

getHarmonicNote

public Image getHarmonicNote(int value,
                             boolean playing)

getScoreNoteWidth

public int getScoreNoteWidth()

dispose

public void dispose()