Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.grouping
Interface WorldInfo

All Superinterfaces:
X3DChildNode, X3DInfoNode, X3DNode

public interface WorldInfo
extends X3DInfoNode

Defines the requirements of an X3D WorldInfo node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getInfo(java.lang.String[] val)
          Return the info value in the argument String[]
 int getNumInfo()
          Return the number of MFString items in the info field.
 java.lang.String getTitle()
          Return the title String value.
 void setInfo(java.lang.String[] val)
          Set the info field.
 void setTitle(java.lang.String val)
          Set the title field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getTitle

java.lang.String getTitle()
Return the title String value.

Returns:
The title String value.

setTitle

void setTitle(java.lang.String val)
Set the title field.

Parameters:
val - The String to set.

getNumInfo

int getNumInfo()
Return the number of MFString items in the info field.

Returns:
the number of MFString items in the info field.

getInfo

void getInfo(java.lang.String[] val)
Return the info value in the argument String[]

Parameters:
val - The String[] to initialize.

setInfo

void setInfo(java.lang.String[] val)
Set the info field.

Parameters:
val - The String[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium