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

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

public class TGTripletFeelPainter
extends java.lang.Object


Constructor Summary
TGTripletFeelPainter()
           
 
Method Summary
static int paintTripletFeel16(TGPainter painter, int x, int y, float scale)
           
static void paintTripletFeel8(TGPainter painter, int x, int y, float scale)
           
static int paintTripletFeelNone16(TGPainter painter, int x, int y, float scale)
           
static void paintTripletFeelNone8(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

TGTripletFeelPainter

public TGTripletFeelPainter()
Method Detail

paintTripletFeel8

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

paintTripletFeelNone8

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

paintTripletFeel16

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

paintTripletFeelNone16

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