Uses of Interface
org.xj3d.core.eventmodel.ViewpointManager
Packages that use ViewpointManager
Package
Description
-
Uses of ViewpointManager in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return ViewpointManagerModifier and TypeMethodDescriptionOGLBrowserCanvas.getViewpointManager()
Fetch the viewpoint manager in use by this class. -
Uses of ViewpointManager in org.web3d.vrml.scripting.browser
Methods in org.web3d.vrml.scripting.browser that return ViewpointManagerModifier and TypeMethodDescriptionX3DCommonBrowser.getViewpointManager()
Get the contained viewpoint manager instance.Constructors in org.web3d.vrml.scripting.browser with parameters of type ViewpointManagerModifierConstructorDescriptionX3DCommonBrowser
(BrowserCore browser, ViewpointManager vpm, RouteManager rm, FrameStateManager fsm, WorldLoaderManager wlm) Create a browser instance that represents the given universe details. -
Uses of ViewpointManager in org.web3d.vrml.scripting.ecmascript
Constructors in org.web3d.vrml.scripting.ecmascript with parameters of type ViewpointManagerModifierConstructorDescriptionECMAScriptEngine
(BrowserCore browser, ViewpointManager vpm, RouteManager rm, FrameStateManager fsm, WorldLoaderManager wlm) Construct a new script engine with a reference to the enclosing browser. -
Uses of ViewpointManager in org.web3d.vrml.scripting.ecmascript.x3d
Constructors in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type ViewpointManagerModifierConstructorDescriptionBrowser
(VRMLExecutionSpace space, BrowserCore browser, ViewpointManager vpm, RouteManager rm, FrameStateManager fsm, WorldLoaderManager wlm) Create a browser instance that represents the given universe details. -
Uses of ViewpointManager in org.web3d.vrml.scripting.sai
Constructors in org.web3d.vrml.scripting.sai with parameters of type ViewpointManagerModifierConstructorDescriptionJavaSAIScriptEngine
(BrowserCore browser, ViewpointManager vpm, RouteManager rm, FrameStateManager fsm, WorldLoaderManager wlm) Construct a new script engine with a reference to the enclosing browser. -
Uses of ViewpointManager in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type ViewpointManagerModifier 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 ViewpointManager in org.xj3d.impl.core.eventmodel
Classes in org.xj3d.impl.core.eventmodel that implement ViewpointManagerModifier and TypeClassDescriptionclass
Default implementation of a manager for Viewpoint nodes.Methods in org.xj3d.impl.core.eventmodel with parameters of type ViewpointManagerModifier and TypeMethodDescriptionvoid
DefaultEventModelEvaluator.initialize
(ScriptManager scripts, RouteManager router, SensorManager sensors, FrameStateManager fsm, ContentLoadManager elm, ViewpointManager vm, LayerManagerFactory lmf, LayerRenderingManager lrm, NodeManager[] extManagers) -
Uses of ViewpointManager in org.xj3d.ui.awt.widgets
Constructors in org.xj3d.ui.awt.widgets with parameters of type ViewpointManagerModifierConstructorDescriptionHomeViewpointAction
(boolean standAlone, Icon icon, ViewpointManager manager) Create an instance of the action class.NextViewpointAction
(boolean standAlone, Icon icon, ViewpointManager manager) Create an instance of the action class.PreviousViewpointAction
(boolean standAlone, Icon icon, ViewpointManager manager) Create an instance of the action class.SwingViewpointToolbar
(BrowserCore core, ViewpointManager vpMgr, Properties skinProperties, org.j3d.util.ErrorReporter reporter) Create a new horizontal viewpoint toolbar with an empty list of viewpoints, but with non-default appearance.SwingViewpointToolbar
(BrowserCore core, ViewpointManager vpMgr, org.j3d.util.ErrorReporter reporter) Create a new horizontal viewpoint toolbar with an empty list of viewpoints. -
Uses of ViewpointManager in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as ViewpointManagerModifier and TypeFieldDescriptionprotected ViewpointManager
Construct.viewpointManager
The viewpoint managerMethods in org.xj3d.ui.construct that return ViewpointManagerMethods in org.xj3d.ui.construct with parameters of type ViewpointManagerModifier and TypeMethodDescriptionprotected ScriptEngine
ClassLoadUtilities.loadScriptEngine
(String classname, BrowserCore core, ViewpointManager viewpointManager, RouteManager routeManager, FrameStateManager stateManager, WorldLoaderManager worldLoader, boolean required) Load a script engine. -
Uses of ViewpointManager in xj3d.browser
Methods in xj3d.browser with parameters of type ViewpointManagerModifier and TypeMethodDescriptionvoid
Xj3DBrowser.createScriptEngine
(String name, OGLStandardBrowserCore universe, ViewpointManager vpManager, RouteManager routeManager, FrameStateManager stateManager, WorldLoaderManager worldLoader) Create a script engine.Constructors in xj3d.browser with parameters of type ViewpointManagerModifierConstructorDescriptionCaptureViewpointsAction
(org.j3d.util.ErrorReporter console, OGLStandardBrowserCore core, ViewpointManager vpMgr) Create an instance of the action class.