|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.models.TGScale
public abstract class TGScale
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 |
---|
public TGScale()
Method Detail |
---|
public void setKey(int key)
public int getKey()
public void setNote(int note, boolean on)
public boolean getNote(int note)
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |