vrml.field
Class ConstSFTime

java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.ConstField
              |
              +--vrml.field.ConstSFTime
All Implemented Interfaces:
java.lang.Cloneable

public class ConstSFTime
extends ConstField


Constructor Summary
ConstSFTime(double time)
           
 
Method Summary
 double getValue()
           
 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

ConstSFTime

public ConstSFTime(double time)
Method Detail

getValue

public double getValue()

toString

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