Jazz3D API


com.sygem.jazz3d3.vrml
Class WorldInfo

java.lang.Object
  |
  +--com.sygem.jazz3d3.vrml.WorldInfo

public class WorldInfo
extends java.lang.Object

Class representing the VRML WorldInfo Node.

Version:
3.0a
Author:
SyGem Software

Constructor Summary
WorldInfo()
           
 
Method Summary
 java.lang.String[] getInfo()
          Gets the Info field of this node.
 java.lang.String getTitle()
          Gets the Title field of this node.
 void setInfo(java.lang.String[] newInfo)
          Set the Info field of this node.
 void setTitle(java.lang.String newTitle)
          Set the Title field of this node.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldInfo

public WorldInfo()
Method Detail

setInfo

public void setInfo(java.lang.String[] newInfo)
Set the Info field of this node.

setTitle

public void setTitle(java.lang.String newTitle)
Set the Title field of this node.

getInfo

public java.lang.String[] getInfo()
Gets the Info field of this node.

getTitle

public java.lang.String getTitle()
Gets the Title field of this node.

©2001 SyGem Software