javax.media
Class Time

java.lang.Object
  extended by javax.media.Time

public class Time
extends Object


Field Summary
static long ONE_SECOND
           
 
Constructor Summary
Time(double seconds)
           
Time(long nano)
           
 
Method Summary
 long getNanoseconds()
           
 double getSeconds()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_SECOND

public static final long ONE_SECOND
See Also:
Constant Field Values
Constructor Detail

Time

public Time(long nano)

Time

public Time(double seconds)
Method Detail

getNanoseconds

public long getNanoseconds()

getSeconds

public double getSeconds()