Xj3D VRML/X3D Code API

Uses of Interface
org.web3d.vrml.nodes.loader.ExternalLoadManager

Packages that use ExternalLoadManager
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.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.ogl.browser Classes needed to create a full VRML browser implementation based on the nodes and other structures available in the API. 
 

Uses of ExternalLoadManager in org.web3d.vrml.nodes.loader
 

Classes in org.web3d.vrml.nodes.loader that implement ExternalLoadManager
 class AbstractLoadManager
          Common base implementation of a load manager.
 class MemCacheLoadManager
          A manager for loading files that are external to the currently loading file eg Textures, inlines and protos.
 class SimpleLoadManager
          A simplistic manager for loading files that does no caching.
 

Uses of ExternalLoadManager in org.web3d.vrml.nodes.runtime
 

Methods in org.web3d.vrml.nodes.runtime that return ExternalLoadManager
 ExternalLoadManager GeneralisedEventModelEvaluator.getContentLoader()
          Get the content loader in use by the evaluator.
 ExternalLoadManager EventModelEvaluator.getContentLoader()
          Get the content loader in use by the evaluator.
 

Methods in org.web3d.vrml.nodes.runtime with parameters of type ExternalLoadManager
 void GeneralisedEventModelEvaluator.initialize(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ExternalLoadManager elm, ViewpointManager vm, NodeManager[] extManagers)
          Initialise the evaluator with the given managers.
 void EventModelEvaluator.initialize(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ExternalLoadManager elm, ViewpointManager vm, NodeManager[] extManagers)
          Initialise the evaluator with the given managers.
 

Uses of ExternalLoadManager in org.web3d.vrml.renderer.j3d.browser
 

Methods in org.web3d.vrml.renderer.j3d.browser that return ExternalLoadManager
 ExternalLoadManager VRMLBrowserCanvas.getExternalLoadManager()
          Fetch the load manager in use by this class
 

Uses of ExternalLoadManager in org.web3d.vrml.renderer.ogl.browser
 

Methods in org.web3d.vrml.renderer.ogl.browser that return ExternalLoadManager
 ExternalLoadManager OGLBrowserCanvas.getExternalLoadManager()
          Fetch the load manager in use by this class
 


Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium