|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.Time
public class Time
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 |
---|
public static final long ONE_SECOND
Constructor Detail |
---|
public Time(long nano)
public Time(double seconds)
Method Detail |
---|
public long getNanoseconds()
public double getSeconds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |