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

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

public class TGNotePainter
extends java.lang.Object


Constructor Summary
TGNotePainter()
           
 
Method Summary
static void paintFooter(TGPainter painter, float x, float y, int dir, float scale)
           
static void paintHarmonic(TGPainter painter, float x, float y, float scale)
           
static void paintNote(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

TGNotePainter

public TGNotePainter()
Method Detail

paintFooter

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

paintNote

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

paintHarmonic

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