com.softsynth.jmsl.score.transcribe
Class TimePoint

java.lang.Object
  extended by com.softsynth.jmsl.score.transcribe.TimePoint

public class TimePoint
extends java.lang.Object

Stores the indexes of the MusicShape that fall closest to the timepoint.


Constructor Summary
TimePoint(double timePoint, double duration)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimePoint

public TimePoint(double timePoint,
                 double duration)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object