org.herac.tuxguitar.gui.editors.tab.painters
Class TGKeySignaturePainter

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

public class TGKeySignaturePainter
extends java.lang.Object


Constructor Summary
TGKeySignaturePainter()
           
 
Method Summary
static void paintFlat(TGPainter painter, float x, float y, float scale)
           
static void paintNatural(TGPainter painter, float x, float y, float scale)
           
static void paintSharp(TGPainter painter, float x, float y, float scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGKeySignaturePainter

public TGKeySignaturePainter()
Method Detail

paintSharp

public static void paintSharp(TGPainter painter,
                              float x,
                              float y,
                              float scale)

paintFlat

public static void paintFlat(TGPainter painter,
                             float x,
                             float y,
                             float scale)

paintNatural

public static void paintNatural(TGPainter painter,
                                float x,
                                float y,
                                float scale)