blue.music
Class Triad

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

public class Triad
extends java.lang.Object


Constructor Summary
Triad(Note root, Note third, Note fifth)
           
 
Method Summary
 Note fifth()
           
 void play(Instrument i)
           
 Note root()
           
 Note third()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triad

public Triad(Note root,
             Note third,
             Note fifth)
Method Detail

root

public Note root()

third

public Note third()

fifth

public Note fifth()

play

public void play(Instrument i)