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

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

public class TGSilencePainter
extends java.lang.Object


Constructor Summary
TGSilencePainter()
           
 
Method Summary
static void paintEighth(TGPainter painter, float x, float y, float scale)
           
static void paintHalf(TGPainter painter, float x, float y, float scale)
           
static void paintQuarter(TGPainter painter, float x, float y, float scale)
           
static void paintSixteenth(TGPainter painter, float x, float y, float scale)
           
static void paintSixtyFourth(TGPainter painter, float x, float y, float scale)
           
static void paintThirtySecond(TGPainter painter, float x, float y, float scale)
           
static void paintWhole(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

TGSilencePainter

public TGSilencePainter()
Method Detail

paintWhole

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

paintHalf

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

paintQuarter

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

paintEighth

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

paintSixteenth

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

paintThirtySecond

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

paintSixtyFourth

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