vrml.field
Class ConstSFDouble

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

public class ConstSFDouble
extends ConstField

Represents a read-only VRML SFDouble field in Java.


Constructor Summary
ConstSFDouble(float value)
          Construct a read-only SFDouble field.
 
Method Summary
 double getValue()
          Get the value of an SFDouble 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

ConstSFDouble

public ConstSFDouble(float value)
Construct a read-only SFDouble field.

Parameters:
value - Value of SFDouble.
Method Detail

getValue

public double getValue()
Get the value of an SFDouble field.

Returns:
Value of SFDouble.