j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class Scene

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Scene
All Implemented Interfaces:
Namespace

public class Scene
extends Object
implements Namespace

This is an internal class used by the Loader.

Collects elements loaded by the Loader into a lists


Field Summary
 Vector audioClips
          Description of the Field
 Vector backgrounds
          Description of the Field
 Hashtable defTable
          Description of the Field
 String description
          Description of the Field
 Proto firstProto
          Description of the Field
 Vector fogs
          Description of the Field
 Vector lights
          Description of the Field
 Vector navInfos
          Description of the Field
 int numTris
          Description of the Field
 Vector objects
          Description of the Field
 Hashtable protos
          Description of the Field
 Vector sharedGroups
          Description of the Field
 Vector timeSensors
          Description of the Field
 Vector touchSensors
          Description of the Field
 Vector viewpoints
          Description of the Field
 Vector visibilitySensors
          Description of the Field
 WorldInfo worldInfo
          Description of the Field
 
Constructor Summary
Scene()
           
 
Method Summary
 void define(String defName, BaseNode node)
          Description of the Method
 BaseNode use(String defName)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objects

public Vector objects
Description of the Field


viewpoints

public Vector viewpoints
Description of the Field


navInfos

public Vector navInfos
Description of the Field


worldInfo

public WorldInfo worldInfo
Description of the Field


backgrounds

public Vector backgrounds
Description of the Field


fogs

public Vector fogs
Description of the Field


lights

public Vector lights
Description of the Field


sharedGroups

public Vector sharedGroups
Description of the Field


timeSensors

public Vector timeSensors
Description of the Field


visibilitySensors

public Vector visibilitySensors
Description of the Field


touchSensors

public Vector touchSensors
Description of the Field


audioClips

public Vector audioClips
Description of the Field


defTable

public Hashtable defTable
Description of the Field


firstProto

public Proto firstProto
Description of the Field


protos

public Hashtable protos
Description of the Field


description

public String description
Description of the Field


numTris

public int numTris
Description of the Field

Constructor Detail

Scene

public Scene()
Method Detail

define

public void define(String defName,
                   BaseNode node)
Description of the Method

Specified by:
define in interface Namespace
Parameters:
defName - Description of the Parameter
node - Description of the Parameter

use

public BaseNode use(String defName)
Description of the Method

Specified by:
use in interface Namespace
Parameters:
defName - Description of the Parameter
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..