org.herac.tuxguitar.song.models

Class MusicScale

public class MusicScale extends Object

Constructor Summary
MusicScale()
Method Summary
voidclear()
intgetKey()
booleangetNote(int note)
voidsetKey(int key)
voidsetNote(int note, boolean on)

Constructor Detail

MusicScale

public MusicScale()

Method Detail

clear

public void clear()

getKey

public int getKey()

getNote

public boolean getNote(int note)

setKey

public void setKey(int key)

setNote

public void setNote(int note, boolean on)