Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface SFFloat

All Superinterfaces:
X3DField

public interface SFFloat
extends X3DField

Representation of a SFFloat field.

Version:
1.0 30 April 1998

Method Summary
 float getValue()
          Ge the float value in the given eventOut.
 void setValue(float value)
          Set the float value in the given eventIn.
 
Methods inherited from interface org.web3d.x3d.sai.X3DField
addX3DEventListener, getDefinition, getUserData, isReadable, isWritable, removeX3DEventListener, setUserData
 

Method Detail

getValue

float getValue()
Ge the float value in the given eventOut.

Returns:
The float value to of the eventOut

setValue

void setValue(float value)
Set the float value in the given eventIn.

Parameters:
value - The array of float value to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium