org.herac.tuxguitar.song.models
Class TGScale

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGScale

public abstract class TGScale
extends java.lang.Object


Constructor Summary
TGScale()
           
 
Method Summary
 void clear()
           
 int getKey()
           
 boolean getNote(int note)
           
 void setKey(int key)
           
 void setNote(int note, boolean on)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGScale

public TGScale()
Method Detail

setKey

public void setKey(int key)

getKey

public int getKey()

setNote

public void setNote(int note,
                    boolean on)

getNote

public boolean getNote(int note)

clear

public void clear()