Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFTime

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFTime

public class SFTime
extends Field

Constructor Summary
 SFTime()
 
 SFTime(double time)
 
 

Method Summary
double  getValue()
 
void  setValue(double time)
 
void  setValue(ConstSFTime time)
 
void  setValue(SFTime time)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFTime

public SFTime()

SFTime

public SFTime(double time)
Method Detail

getValue

public double getValue()

setValue

public void setValue(double time)

setValue

public void setValue(ConstSFTime time)

setValue

public void setValue(SFTime time)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS