Package org.web3d.x3d.sai.grouping
Interface Switch
- All Superinterfaces:
X3DBoundedObject
,X3DChildNode
,X3DGroupingNode
,X3DNode
Defines the requirements of an X3D Switch node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the whichChoice int value.void
setWhichChoice
(int val) Set the whichChoice field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
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
-
Method Details
-
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.
-