org.herac.tuxguitar.song.models
Class MusicScale

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

public class MusicScale
extends java.lang.Object


Constructor Summary
MusicScale()
           
 
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

MusicScale

public MusicScale()
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()