Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFFloat

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFFloat

public class SFFloat
extends Field

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

SFFloat

public SFFloat()

SFFloat

public SFFloat(float f)
Method Detail

getValue

public float getValue()

setValue

public void setValue(float f)

setValue

public void setValue(ConstSFFloat f)

setValue

public void setValue(SFFloat f)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS