Class SongElement

java.lang.Object
  extended bySongElement

public class SongElement
extends java.lang.Object


Constructor Summary
SongElement()
           
 
Method Summary
 double getEndTime()
           
 SongElement next()
           
 void setNext(SongElement nextOne)
           
 void setPhrase(jm.music.data.Phrase myPhrase, double startTime, int instrument)
           
 void showFromMeOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SongElement

public SongElement()
Method Detail

setPhrase

public void setPhrase(jm.music.data.Phrase myPhrase,
                      double startTime,
                      int instrument)

setNext

public void setNext(SongElement nextOne)

next

public SongElement next()

getEndTime

public double getEndTime()

showFromMeOn

public void showFromMeOn()