org.jdesktop.j3d.loaders.vrml97.impl
Class ConstSFFloat
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.ConstField
org.jdesktop.j3d.loaders.vrml97.impl.ConstSFFloat
public class ConstSFFloat
- extends ConstField
Description of the Class
Constructor Summary |
ConstSFFloat(float f)
Constructor for the ConstSFFloat object |
Method Summary |
Object |
clone()
Description of the Method |
float |
getValue()
Gets the value attribute of the ConstSFFloat object |
Field |
wrap()
Description of the Method |
ConstSFFloat
public ConstSFFloat(float f)
- Constructor for the ConstSFFloat object
- Parameters:
f
- Description of the Parameter
getValue
public float getValue()
- Gets the value attribute of the ConstSFFloat object
- Returns:
- The value value
clone
public Object clone()
- Description of the Method
- Specified by:
clone
in class Field
- Returns:
- Description of the Return Value
wrap
public Field wrap()
- Description of the Method
- Specified by:
wrap
in class Field
- Returns:
- Description of the Return Value
Todo: put BSD License reference here..