|
j3d-vrml97-0.1.0 | |||||||||
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
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFTime(double time)
Constructor for the SFTime object |
|
SFTime(SFTime init)
Constructor for the SFTime object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
double |
getValue()
Gets the value attribute of the SFTime object |
void |
setValue(ConstSFTime time)
Sets the value attribute of the SFTime object |
void |
setValue(double time)
Sets the value attribute of the SFTime object |
void |
setValue(SFTime time)
Sets the value attribute of the SFTime object |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFTime(SFTime init)
init
- Description of the Parameterpublic SFTime(double time)
time
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public double getValue()
public void setValue(double time)
time
- The new value valuepublic void setValue(SFTime time)
time
- The new value valuepublic void setValue(ConstSFTime time)
time
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |