blue.music
Class Scale

java.lang.Object
  |
  +--blue.music.Scale

public class Scale
extends java.lang.Object


Constructor Summary
Scale(Key key, Mode mode)
           
 
Method Summary
 Key key()
           
 Mode mode()
           
 int nextInterval(int degree)
           
 int previousInterval(int degree)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scale

public Scale(Key key,
             Mode mode)
Method Detail

key

public Key key()

mode

public Mode mode()

nextInterval

public int nextInterval(int degree)

previousInterval

public int previousInterval(int degree)

size

public int size()