Class iicm.vrml.pw.SFFloat
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.SFFloat
java.lang.Object
|
+----iicm.vrml.pw.Field
|
+----iicm.vrml.pw.SFFloat
- public class SFFloat
- extends Field
SFFloat - Field that holds one float
Copyright (c) 1996 IICM
-
SFFloat(float)
-
-
fieldName()
- the field's type name
-
getValue()
-
-
setValue(float)
-
SFFloat
public SFFloat(float val)
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValue
public final float getValue()
setValue
public final void setValue(float val)
All Packages Class Hierarchy This Package Previous Next Index