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

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

public class TGClefPainter
extends java.lang.Object


Constructor Summary
TGClefPainter()
           
 
Method Summary
static void paintAlto(TGPainter painter, int x, int y, float scale)
           
static void paintBass(TGPainter painter, int x, int y, float scale)
           
static void paintTenor(TGPainter painter, int x, int y, float scale)
           
static void paintTreble(TGPainter painter, int x, int y, float scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGClefPainter

public TGClefPainter()
Method Detail

paintTreble

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

paintBass

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

paintAlto

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

paintTenor

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