Class dnx.lr.field.SFFloat
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFFloat
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFFloat
- public class SFFloat
- extends Field
-
SFFloat()
-
-
SFFloat(float)
-
-
alloc()
-
-
alloc(float)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFFloat)
-
-
equals(Object)
-
-
equals(SFFloat)
-
-
free()
-
-
getValue()
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(float)
-
-
toString()
-
SFFloat
public SFFloat(float x)
SFFloat
public SFFloat()
alloc
public static SFFloat alloc(float x)
alloc
public static SFFloat alloc()
free
public void free()
- Overrides:
- free in class Field
clear
public void clear()
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
setValue
public synchronized void setValue(float x)
copy
public synchronized void copy(SFFloat f)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public float getValue()
equals
public boolean equals(SFFloat f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Field
All Packages Class Hierarchy This Package Previous Next Index