Xj3D VRML/X3D Code API

Uses of Package
org.web3d.vrml.nodes.loader

Packages that use org.web3d.vrml.nodes.loader
org.web3d.net.content Content handler implementation code to allow the Xj3D code to load inline data or run as a standalone system without needing to use other loader interfaces. 
org.web3d.vrml.export Writes VRML and X3D worlds out to other encodings or formats. 
org.web3d.vrml.nodes.loader Implementation of a load manager and cache for externally referenced file within a scene. 
org.web3d.vrml.nodes.runtime Optional Utility classes to do runtime processing of the scenegraph (The event model). 
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.j3d.browser Classes needed to create a full VRML browser implementation based on the nodes and other structures available in the API. 
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. 
org.web3d.vrml.renderer.ogl.browser Classes needed to create a full VRML browser implementation based on the nodes and other structures available in the API. 
org.web3d.vrml.scripting.browser Common representation of the functionality needed to implement the Browser class in its various incarnations for the different specifications and language bindings. 
org.web3d.vrml.scripting.ecmascript Implementation of glue code for scripts written in ECMAScript and Javascript. 
org.web3d.vrml.scripting.jsai Implementation of glue code for scripts written in Java. 
org.web3d.vrml.scripting.sai Implementation of glue code for X3D SAI internal scripts written in Java. 
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.net.content
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.export
SceneBuilder
          Definition of a class that is used to build scenes from parsed content.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.nodes.loader
AbstractLoadManager
          Common base implementation of a load manager.
ContentLoadQueue
          Customised queue implementation specifically designed to handle the needs of X3D/VRML external content loading by compressing multi requests for the same URL into a single structure.
ExternalLoadManager
          An abstract definition of managers for loading files that are external to the currently loading file eg Textures, inlines and protos.
LoaderThreadPool
          A local singleton that manages all of the threads used to load content.
SceneBuilder
          Definition of a class that is used to build scenes from parsed content.
SceneBuilderFactory
          Definition of a factory used to create new instances of the scene builder on demand.
ScriptLoader
          Abstract representation of a class that can be used to provide script loading and initlisation facilities to the browser core.
ScriptLoadStatusListener
          An internal listener to allow the ScriptLoader and ScriptManager to communicate load state for the scripts.
ScriptThreadPool
          A local singleton that manages all of the threads used to load script content.
WorldLoader
          Independent thread used to load a world from a list of URLs and then place it in the given node.
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.nodes.runtime
ExternalLoadManager
          An abstract definition of managers for loading files that are external to the currently loading file eg Textures, inlines and protos.
ScriptLoader
          Abstract representation of a class that can be used to provide script loading and initlisation facilities to the browser core.
ScriptLoadStatusListener
          An internal listener to allow the ScriptLoader and ScriptManager to communicate load state for the scripts.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.renderer.j3d
SceneBuilder
          Definition of a class that is used to build scenes from parsed content.
SceneBuilderFactory
          Definition of a factory used to create new instances of the scene builder on demand.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.renderer.j3d.browser
ExternalLoadManager
          An abstract definition of managers for loading files that are external to the currently loading file eg Textures, inlines and protos.
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.renderer.norender
SceneBuilder
          Definition of a class that is used to build scenes from parsed content.
SceneBuilderFactory
          Definition of a factory used to create new instances of the scene builder on demand.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.renderer.ogl
SceneBuilder
          Definition of a class that is used to build scenes from parsed content.
SceneBuilderFactory
          Definition of a factory used to create new instances of the scene builder on demand.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.renderer.ogl.browser
ExternalLoadManager
          An abstract definition of managers for loading files that are external to the currently loading file eg Textures, inlines and protos.
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.scripting.browser
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.scripting.ecmascript
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.scripting.jsai
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 

Classes in org.web3d.vrml.nodes.loader used by org.web3d.vrml.scripting.sai
WorldLoaderManager
          Independent thread used to load a world from a list of URLs and then place it in the given node.
 


Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium