|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFTime
public class SFTime
Represents a VRML SFTime field in Java.
Constructor Summary | |
---|---|
SFTime()
Construct a default SFTime field. |
|
SFTime(double time)
Construct an SFTime field using the given value. |
Method Summary | |
---|---|
double |
getValue()
Get the value of the SFTime field. |
void |
setValue(ConstSFTime time)
Set the value of an SFTime field. |
void |
setValue(double time)
Set the value of an SFTime field. |
void |
setValue(SFTime time)
Set the value of an SFTime field. |
Methods inherited from class vrml.Field |
---|
clone, dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFTime()
public SFTime(double time)
time
- Initial value of field.Method Detail |
---|
public double getValue()
public void setValue(double time)
time
- Value to set SFTime field to.public void setValue(ConstSFTime time)
time
- Value to set SFTime field to.public void setValue(SFTime time)
time
- Value to set SFTime field to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |