uk.org.toot.music.tonality
Class Keys

java.lang.Object
  extended by uk.org.toot.music.tonality.Keys

public class Keys
extends java.lang.Object

The Keys class represents all Keys and provides static methods to find specific Keys which match certain criteria.

Author:
st

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

Keys

public Keys()
Method Detail

withNotes

public static java.util.List<Key> withNotes(int[] keynotes)
Return a List of Keys with the specified notes



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.