Package org.web3d.x3d.sai.core
Interface WorldInfo
- All Superinterfaces:
X3DChildNode,X3DInfoNode,X3DNode
- All Known Implementing Classes:
SAIWorldInfo,SAIWorldInfo
Defines the requirements of an X3D WorldInfo node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidReturn the info value in the argument String[]intReturn the number of MFString items in the info field.getTitle()Return the title String value.voidSet the info field.voidSet the title field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getTitle
-
setTitle
-
getNumInfo
int getNumInfo()Return the number of MFString items in the info field.- Returns:
- the number of MFString items in the info field.
-
getInfo
Return the info value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setInfo
-