Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----vrml.Field | +----vrml.field.SFFloat
Constructor Summary | |
SFFloat()
|
|
SFFloat(float f)
|
Method Summary | |
float | getValue()
|
void | setValue(float f)
|
void | setValue(ConstSFFloat f)
|
void | setValue(SFFloat f)
|
java.lang.String | toString()
|
Methods inherited from class vrml.Field |
clone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SFFloat()
public SFFloat(float f)
Method Detail |
public float getValue()
public void setValue(float f)
public void setValue(ConstSFFloat f)
public void setValue(SFFloat f)
public java.lang.String toString()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |