|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.music.tonality.Keys
public class Keys
The Keys class represents all Keys and provides static methods to find specific Keys which match certain criteria.
Constructor Summary | |
---|---|
Keys()
|
Method Summary | |
---|---|
static java.util.List<Key> |
withNotes(int[] keynotes)
Return a List of Keys with the specified notes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Keys()
Method Detail |
---|
public static java.util.List<Key> withNotes(int[] keynotes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |