vrml.field
Class ConstSFFloat

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

public class ConstSFFloat
extends ConstField

Represents a read-only VRML SFFloat field in Java.


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

ConstSFFloat

public ConstSFFloat(float value)
Construct a read-only SFFloat field.

Parameters:
value - Value of SFFloat.
Method Detail

getValue

public float getValue()
Get the value of an SFFloat field.

Returns:
Value of SFFloat.