vrml.field
Class SFTime

java.lang.Object
  extended by vrml.Field
      extended by vrml.field.SFTime
All Implemented Interfaces:
java.lang.Cloneable

public class SFTime
extends Field


Constructor Summary
SFTime()
           
SFTime(double time)
           
 
Method Summary
 double getValue()
           
 void setValue(ConstSFTime time)
           
 void setValue(double time)
           
 void setValue(SFTime time)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, 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