|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectSong
public class Song
Class that represents a song
| Constructor Summary | |
|---|---|
Song()
|
|
| Method Summary | |
|---|---|
void |
setFirst(SongPart channel1)
Take in a SongPart to make the first channel in the song |
void |
setSecond(SongPart channel2)
Take in a SongPart to make the second channel in the song |
void |
show()
Make the score and show it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Song()
| Method Detail |
|---|
public void setFirst(SongPart channel1)
channel1 - the first channel in the songpublic void setSecond(SongPart channel2)
channel2 - the second channel in the songpublic void show()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||