Xj3D VRML/X3D Code API

Uses of Class
org.web3d.vrml.nodes.proto.AbstractProto

Packages that use AbstractProto
org.web3d.vrml.nodes.proto Utility classes to load and represent PROTO and EXTERNPROTO nodes. 
org.web3d.vrml.renderer Common code between all renderers in the system. 
org.web3d.vrml.renderer.j3d General classes to allow the construction of a VRML scene graph that uses Java3D as the rendering mechanism. 
org.web3d.vrml.renderer.norender Generic classes for null renderer implementation of the interfaces speced in the org.web3d.vrml.nodes package. 
org.web3d.vrml.renderer.ogl General classes to allow the construction of a VRML scene graph that uses OpenGL as the rendering mechanism. 
 

Uses of AbstractProto in org.web3d.vrml.nodes.proto
 

Subclasses of AbstractProto in org.web3d.vrml.nodes.proto
 class ExternalPrototypeDecl
          ExternalPrototypeDecl is an implementation of the VRMLExternProtoDeclare interface.
 class ProtoInstancePlaceHolder
          A placeholder instance of a Prototype used when declaring and then using a nested proto instance.
 class PrototypeDecl
          Denotes an ordinary prototype node declaration.
 

Methods in org.web3d.vrml.nodes.proto that return AbstractProto
 AbstractProto ProtoBuilder.getPrototype()
          Get the scene that was last built by this scene handler.
 

Uses of AbstractProto in org.web3d.vrml.renderer
 

Subclasses of AbstractProto in org.web3d.vrml.renderer
 class CRExternPrototypeDecl
          A CR External Prototype Declaration.
 

Methods in org.web3d.vrml.renderer that return AbstractProto
 AbstractProto CRExternProtoBuilder.getPrototype()
          Get the scene that was last built by this scene handler.
 

Uses of AbstractProto in org.web3d.vrml.renderer.j3d
 

Subclasses of AbstractProto in org.web3d.vrml.renderer.j3d
 class J3DExternPrototypeDecl
          Java3D-specific External Prototype Declaration.
 

Uses of AbstractProto in org.web3d.vrml.renderer.norender
 

Subclasses of AbstractProto in org.web3d.vrml.renderer.norender
 class NRExternPrototypeDecl
          Null renderer-specific External Prototype Declaration.
 

Uses of AbstractProto in org.web3d.vrml.renderer.ogl
 

Subclasses of AbstractProto in org.web3d.vrml.renderer.ogl
 class OGLExternPrototypeDecl
          OpenGL-specific External Prototype Declaration.
 


Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium