|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Scene
public class Scene
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 |
---|
public Vector objects
public Vector viewpoints
public Vector navInfos
public WorldInfo worldInfo
public Vector backgrounds
public Vector fogs
public Vector lights
public Vector sharedGroups
public Vector timeSensors
public Vector visibilitySensors
public Vector touchSensors
public Vector audioClips
public Hashtable defTable
public Proto firstProto
public Hashtable protos
public String description
public int numTris
Constructor Detail |
---|
public Scene()
Method Detail |
---|
public void define(String defName, BaseNode node)
define
in interface Namespace
defName
- Description of the Parameternode
- Description of the Parameterpublic BaseNode use(String defName)
use
in interface Namespace
defName
- Description of the Parameter
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |