vrml.field
Class ConstSFTime

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

public class ConstSFTime
extends ConstField

Represents a read-only VRML SFTime in Java.


Constructor Summary
ConstSFTime(double time)
          Construct an SFTime field using the given value.
 
Method Summary
 double getValue()
          Get the value of the SFTime field.
 
Methods inherited from class vrml.ConstField
clone
 
Methods inherited from class vrml.Field
dispose, finalize, getPeer, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstSFTime

public ConstSFTime(double time)
Construct an SFTime field using the given value.

Parameters:
time - Initial value of field.
Method Detail

getValue

public double getValue()
Get the value of the SFTime field.

Returns:
Value of SFTime.