j3d-vrml97-0.1.0

vrml.field
Class SFFloat

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

public class SFFloat
extends Field

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
SFFloat(float f)
          Constructor for the SFFloat object
SFFloat(SFFloat init)
          Constructor for the SFFloat object
 
Method Summary
 Object clone()
          Description of the Method
 float getValue()
          Gets the value attribute of the SFFloat object
 void setValue(ConstSFFloat f)
          Sets the value attribute of the SFFloat object
 void setValue(float f)
          Sets the value attribute of the SFFloat object
 void setValue(SFFloat f)
          Sets the value attribute of the SFFloat object
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFFloat

public SFFloat(SFFloat init)
Constructor for the SFFloat object

Parameters:
init - Description of the Parameter

SFFloat

public SFFloat(float f)
Constructor for the SFFloat object

Parameters:
f - Description of the Parameter
Method Detail

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getValue

public float getValue()
Gets the value attribute of the SFFloat object

Returns:
The value value

setValue

public void setValue(float f)
Sets the value attribute of the SFFloat object

Parameters:
f - The new value value

setValue

public void setValue(ConstSFFloat f)
Sets the value attribute of the SFFloat object

Parameters:
f - The new value value

setValue

public void setValue(SFFloat f)
Sets the value attribute of the SFFloat object

Parameters:
f - The new value value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..