vrml.field
Class SFFloat

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

public class SFFloat
extends Field


Constructor Summary
SFFloat()
           
SFFloat(float f)
           
 
Method Summary
 float getValue()
           
 void setValue(ConstSFFloat f)
           
 void setValue(float f)
           
 void setValue(SFFloat f)
           
 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

SFFloat

public SFFloat()

SFFloat

public SFFloat(float f)
Method Detail

getValue

public float getValue()

setValue

public void setValue(float f)

setValue

public void setValue(ConstSFFloat f)

setValue

public void setValue(SFFloat f)

toString

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