Uses of Interface
org.xj3d.core.loading.ContentLoadManager
Packages that use ContentLoadManager
Package
Description
-
Uses of ContentLoadManager in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return ContentLoadManagerModifier and TypeMethodDescriptionOGLBrowserCanvas.getContentLoadManager()
Fetch the load manager in use by this class -
Uses of ContentLoadManager in org.web3d.vrml.scripting.external.sai
Constructors in org.web3d.vrml.scripting.external.sai with parameters of type ContentLoadManagerModifierConstructorDescriptionSAIBrowser
(BrowserCore browserCore, X3DCommonBrowser browserImpl, RouteManager rm, FrameStateManager fsm, ContentLoadManager clm, ExternalEventQueue eventQueue, CursorManager cm, org.j3d.util.ErrorReporter reporter) Construct an SAIBrowser for the given VrmlDisplayPanel -
Uses of ContentLoadManager in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel that return ContentLoadManagerModifier and TypeMethodDescriptionEventModelEvaluator.getContentLoader()
Get the content loader in use by the evaluator.Methods in org.xj3d.core.eventmodel with parameters of type ContentLoadManagerModifier and TypeMethodDescriptionvoid
EventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) Initialise the evaluator with the given managers. -
Uses of ContentLoadManager in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel that return ContentLoadManagerMethods in org.xj3d.impl.core.eventmodel with parameters of type ContentLoadManagerModifier and TypeMethodDescriptionvoid
DefaultEventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) -
Uses of ContentLoadManager in org.xj3d.impl.core.loading
Classes in org.xj3d.impl.core.loading that implement ContentLoadManagerModifier and TypeClassDescriptionclass
Common base implementation of a load manager.class
A simplistic manager for loading files that does no caching.class
A manager for loading files that are external to the currently loading file eg Textures, inlines and protos.Methods in org.xj3d.impl.core.loading with parameters of type ContentLoadManagerModifier and TypeMethodDescriptionvoid
FramerateThrottle.setLoadManager
(ContentLoadManager manager) Set the content load manager to query. -
Uses of ContentLoadManager in org.xj3d.ui.awt.browser.ogl
Fields in org.xj3d.ui.awt.browser.ogl declared as ContentLoadManagerModifier and TypeFieldDescriptionprotected ContentLoadManager
X3DBrowserAWTPanel.loadManager
The loadManagerprotected ContentLoadManager
X3DNRBrowserFactoryImpl.loadManager
The loadManager -
Uses of ContentLoadManager in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as ContentLoadManagerModifier and TypeFieldDescriptionprotected ContentLoadManager
Construct.loadManager
The manager for loading external contentMethods in org.xj3d.ui.construct that return ContentLoadManagerModifier and TypeMethodDescriptionConstruct.getContentLoadManager()
Return the content load manager.