Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.grouping
Interface Switch

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DGroupingNode, X3DNode

public interface Switch
extends X3DGroupingNode

Defines the requirements of an X3D Switch node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 int getWhichChoice()
          Return the whichChoice int value.
 void setWhichChoice(int val)
          Set the whichChoice field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildren
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 
Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
 

Method Detail

getWhichChoice

int getWhichChoice()
Return the whichChoice int value.

Returns:
The whichChoice int value.

setWhichChoice

void setWhichChoice(int val)
Set the whichChoice field.

Parameters:
val - The int to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium