Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface SFDouble

All Superinterfaces:
X3DField

public interface SFDouble
extends X3DField

Representation of a SFDouble field.

Version:
$Revision: 1.2 $
Author:
Justin Couch

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

Method Detail

getValue

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

Returns:
The double value to of the eventOut

setValue

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

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

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium