|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFTime
public class SFTime
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFTime()
Constructor for the SFTime object |
|
SFTime(double time)
Constructor for the SFTime object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
ConstField |
constify()
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 |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFTime()
public SFTime(double time)
time
- Description of the ParameterMethod Detail |
---|
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 valuepublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Field wrap()
wrap
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |