|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFFloat
public class SFFloat
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 |
---|
public SFFloat(SFFloat init)
init
- Description of the Parameterpublic SFFloat(float f)
f
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public float getValue()
public void setValue(float f)
f
- The new value valuepublic void setValue(ConstSFFloat f)
f
- The new value valuepublic void setValue(SFFloat f)
f
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |