Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface SFBool

All Superinterfaces:
X3DField

public interface SFBool
extends X3DField

Representation of a SFBool field.

Version:
1.0 30 April 1998

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

Method Detail

getValue

boolean getValue()
Get the value in the given eventOut.

Returns:
The boolean value of the eventOut

setValue

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

Parameters:
value - The boolean value to set the eventIn to.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium