com.softsynth.shared.time
Class TimeStamp

java.lang.Object
  extended by com.softsynth.shared.time.TimeStamp
All Implemented Interfaces:
java.lang.Comparable<TimeStamp>

public class TimeStamp
extends java.lang.Object
implements java.lang.Comparable<TimeStamp>


Constructor Summary
TimeStamp(double time)
           
 
Method Summary
 int compareTo(TimeStamp wt2)
           
 double getTime()
           
 TimeStamp makeRelative(double delta)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStamp

public TimeStamp(double time)
Method Detail

getTime

public double getTime()

compareTo

public int compareTo(TimeStamp wt2)
Specified by:
compareTo in interface java.lang.Comparable<TimeStamp>

makeRelative

public TimeStamp makeRelative(double delta)