Uses of Interface
org.web3d.vrml.lang.VRMLExecutionSpace
Packages that use VRMLExecutionSpace
Package
Description
-
Uses of VRMLExecutionSpace in org.web3d.browser
Methods in org.web3d.browser that return VRMLExecutionSpaceModifier and TypeMethodDescriptionBrowserCore.getWorldExecutionSpace()
Convenience method to ask for the execution space that the world is currently operating in. -
Uses of VRMLExecutionSpace in org.web3d.vrml.lang
Methods in org.web3d.vrml.lang with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
NodeTemplateToInstanceCreator.fillinInstance
(VRMLNodeTemplate template, VRMLNode nodeInstance, VRMLExecutionSpace space) Given a stubbed instance, fill in the rest of the details.NodeTemplateToInstanceCreator.newInstance
(VRMLNodeTemplate template, VRMLExecutionSpace root, int major, int minor, boolean staticNode) Build an instance of the node template from the given description. -
Uses of VRMLExecutionSpace in org.web3d.vrml.nodes
Subinterfaces of VRMLExecutionSpace in org.web3d.vrml.nodesModifier and TypeInterfaceDescriptioninterface
Denotes a node type that supports inlining content from external files.interface
A instance of a Prototype.interface
An abstract representation of the root node of a world.Methods in org.web3d.vrml.nodes that return VRMLExecutionSpaceModifier and TypeMethodDescriptionVRMLScriptNodeType.getExecutionSpace()
Get the execution space that this script is operating under.VRMLInlineNodeType.getParentSpace()
Get the parent execution space of this Inline.Methods in org.web3d.vrml.nodes with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
FrameStateManager.registerAddedScene
(VRMLExecutionSpace space) Register an execution space that has been added in this frame.void
FrameStateManager.registerRemovedScene
(VRMLExecutionSpace space) Register an execution space that has been removed in this frame.void
VRMLScriptNodeType.setExecutionSpace
(VRMLExecutionSpace space) Set the execution space to be this new value.void
VRMLInlineNodeType.setParentSpace
(VRMLExecutionSpace space) Set the parent execution space of this Inline. -
Uses of VRMLExecutionSpace in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement VRMLExecutionSpaceModifier and TypeClassDescriptionclass
A placeholder instance of a Prototype used when declaring and then using a nested proto instance. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement VRMLExecutionSpaceModifier and TypeClassDescriptionclass
A concrete instance of a Prototype that is common for all renderers.Fields in org.web3d.vrml.renderer declared as VRMLExecutionSpaceModifier and TypeFieldDescriptionprotected VRMLExecutionSpace
CRProtoCreator.rootSpace
The parent executionSpace used when working with instances of nodes inside the field declarations.Methods in org.web3d.vrml.renderer with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
CRProtoCreator.fillinInstance
(VRMLNodeTemplate template, VRMLNode nodeInstance, VRMLExecutionSpace space) Given a stubbed instance, fill in the rest of the details.protected void
CRExternPrototypeDecl.finishSetContent
(PrototypeDecl protoDef, CRProtoCreator protoCreator, VRMLExecutionSpace rootSpace) Finish off the creation process of the generic externproto handling. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.common.nodes.core
Classes in org.web3d.vrml.renderer.common.nodes.core that implement VRMLExecutionSpace -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.common.nodes.geospatial
Classes in org.web3d.vrml.renderer.common.nodes.geospatial that implement VRMLExecutionSpace -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.common.nodes.networking
Classes in org.web3d.vrml.renderer.common.nodes.networking that implement VRMLExecutionSpaceModifier and TypeClassDescriptionclass
A node that can handle inlined content from other VRML worlds.Methods in org.web3d.vrml.renderer.common.nodes.networking that return VRMLExecutionSpaceModifier and TypeMethodDescriptionBaseInline.getParentSpace()
Get the parent execution space of this Inline.Methods in org.web3d.vrml.renderer.common.nodes.networking with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
BaseInline.setParentSpace
(VRMLExecutionSpace space) Set the parent execution space of this Inline. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.common.nodes.scripting
Methods in org.web3d.vrml.renderer.common.nodes.scripting that return VRMLExecutionSpaceModifier and TypeMethodDescriptionBaseScript.getExecutionSpace()
Get the execution space that this script is operating under.Methods in org.web3d.vrml.renderer.common.nodes.scripting with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
BaseScript.setExecutionSpace
(VRMLExecutionSpace space) Set the execution space to be this new value. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.norender
Methods in org.web3d.vrml.renderer.norender with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionNRProtoCreator.newInstance
(VRMLNodeTemplate template, VRMLExecutionSpace root, int major, int minor, boolean staticNode) Build an instance of the node template from the given description. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.norender.browser
Methods in org.web3d.vrml.renderer.norender.browser that return VRMLExecutionSpaceModifier and TypeMethodDescriptionNRUniverse.getWorldExecutionSpace()
Convenience method to ask for the execution space that the world is currently operating in. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.norender.nodes.core
Classes in org.web3d.vrml.renderer.norender.nodes.core that implement VRMLExecutionSpace -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.norender.nodes.networking
Classes in org.web3d.vrml.renderer.norender.nodes.networking that implement VRMLExecutionSpaceModifier and TypeClassDescriptionclass
A node that can handle inlined content from other VRML worlds. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl
Methods in org.web3d.vrml.renderer.ogl with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionOGLProtoCreator.newInstance
(VRMLNodeTemplate template, VRMLExecutionSpace root, int major, int minor, boolean staticNode) Build an instance of the node template from the given description. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl.browser
Methods in org.web3d.vrml.renderer.ogl.browser that return VRMLExecutionSpaceModifier and TypeMethodDescriptionOGLMinimalBrowserCore.getWorldExecutionSpace()
Convenience method to ask for the execution space that the world is currently operating in.OGLStandardBrowserCore.getWorldExecutionSpace()
Convenience method to ask for the execution space that the world is currently operating in. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl.nodes
Subinterfaces of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl.nodesModifier and TypeInterfaceDescriptioninterface
An abstract representation of the root node of a world in OpenGL. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl.nodes.core
Classes in org.web3d.vrml.renderer.ogl.nodes.core that implement VRMLExecutionSpace -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl.nodes.geospatial
Classes in org.web3d.vrml.renderer.ogl.nodes.geospatial that implement VRMLExecutionSpaceModifier and TypeClassDescriptionclass
OpenGL-renderer implementation of a GeoLOD node. -
Uses of VRMLExecutionSpace in org.web3d.vrml.renderer.ogl.nodes.networking
Classes in org.web3d.vrml.renderer.ogl.nodes.networking that implement VRMLExecutionSpaceModifier and TypeClassDescriptionclass
A node that can handle inlined content from other VRML worlds. -
Uses of VRMLExecutionSpace in org.web3d.vrml.scripting
Methods in org.web3d.vrml.scripting with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content. -
Uses of VRMLExecutionSpace in org.web3d.vrml.scripting.browser
Methods in org.web3d.vrml.scripting.browser with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
CommonBrowser.addRoute
(VRMLExecutionSpace execSpace, VRMLNodeType fromNode, String fromEventOut, VRMLNodeType toNode, String toEventIn) Add a route between two nodes, from an eventOut to an eventIn.VRML97CommonBrowser.createVrmlFromString
(String vrmlSyntax, VRMLExecutionSpace parentSpace) Parse the given string and turn this into a list of VRML nodes.void
CommonBrowser.deleteRoute
(VRMLExecutionSpace execSpace, VRMLNodeType fromNode, String fromEventOut, VRMLNodeType toNode, String toEventIn) Delete a route between two nodes. -
Uses of VRMLExecutionSpace in org.web3d.vrml.scripting.ecmascript
Methods in org.web3d.vrml.scripting.ecmascript with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionECMAScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content.JavascriptScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content. -
Uses of VRMLExecutionSpace in org.web3d.vrml.scripting.ecmascript.x3d
Fields in org.web3d.vrml.scripting.ecmascript.x3d declared as VRMLExecutionSpaceModifier and TypeFieldDescriptionprotected VRMLExecutionSpace
X3DExecutionContext.executionSpace
The execution space that this context works inConstructors in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type VRMLExecutionSpaceModifierConstructorDescriptionBrowser
(VRMLExecutionSpace space, BrowserCore browser, ViewpointManager vpm, RouteManager rm, FrameStateManager fsm, WorldLoaderManager wlm) Create a browser instance that represents the given universe details.Scene
(VRMLExecutionSpace space, RouteManager rm, FrameStateManager fsm, ProfileInfo profile) Default version of the constructor for when someone is creating a new instance of the Scene object.X3DExecutionContext
(VRMLExecutionSpace space, RouteManager rm, FrameStateManager fsm, ProfileInfo profile) Construct an execution context descriptor for the given information. -
Uses of VRMLExecutionSpace in org.web3d.vrml.scripting.jsai
Methods in org.web3d.vrml.scripting.jsai with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionVRML97ScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content. -
Uses of VRMLExecutionSpace in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai declared as VRMLExecutionSpaceModifier and TypeFieldDescriptionprotected VRMLExecutionSpace
BaseExecutionContext.executionSpace
The execution space that this context works inMethods in org.web3d.vrml.scripting.sai with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionJavaSAIScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content.Constructors in org.web3d.vrml.scripting.sai with parameters of type VRMLExecutionSpaceModifierConstructorDescriptionBaseExecutionContext
(VRMLExecutionSpace space, RouteManager rm, FrameStateManager fsm, ProfileInfo profile, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Construct an execution context descriptor for the given information.BaseExecutionContext
(VRMLExecutionSpace space, RouteManager rm, FrameStateManager fsm, ProfileInfo profile, ComponentInfo[] components, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Construct an execution context descriptor for the given information. -
Uses of VRMLExecutionSpace in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
RouteManager.addRoute
(VRMLExecutionSpace space, ROUTE route) Add a route object to the system.void
RouteManager.addRoute
(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Add a route to the system.void
RouteManager.addSpace
(VRMLExecutionSpace space) Add an execution space to the system.void
RouteManager.removeRoute
(VRMLExecutionSpace space, ROUTE route) Remove a route object from the system.void
RouteManager.removeRoute
(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Remove a route from the system.void
RouteManager.removeSpace
(VRMLExecutionSpace space) Remove an execution space to the system. -
Uses of VRMLExecutionSpace in org.xj3d.core.loading
Methods in org.xj3d.core.loading with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
WorldLoaderManager.queueCreateURL
(String[] urls, VRMLNodeType node, int field, VRMLExecutionSpace space) Queue a request for a createX3D/VRMLFromURL call. -
Uses of VRMLExecutionSpace in org.xj3d.impl.core.eventmodel
Methods in org.xj3d.impl.core.eventmodel with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
DefaultRouteManager.addRoute
(VRMLExecutionSpace space, ROUTE route) Add a route object to the system.void
DefaultRouteManager.addRoute
(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Add a route to the system.void
DefaultRouteManager.addSpace
(VRMLExecutionSpace space) Add an execution space to the system.void
DefaultFrameStateManager.registerAddedScene
(VRMLExecutionSpace space) Register an execution space that has been added in this frame.void
DefaultFrameStateManager.registerRemovedScene
(VRMLExecutionSpace space) Register an execution space that has been removed in this frame.void
DefaultRouteManager.removeRoute
(VRMLExecutionSpace space, ROUTE route) Remove a route object from the system.void
DefaultRouteManager.removeRoute
(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Remove a route from the system.void
DefaultRouteManager.removeSpace
(VRMLExecutionSpace space) Remove an execution space to the system. -
Uses of VRMLExecutionSpace in org.xj3d.impl.core.loading
Methods in org.xj3d.impl.core.loading with parameters of type VRMLExecutionSpaceModifier and TypeMethodDescriptionvoid
DefaultWorldLoaderManager.queueCreateURL
(String[] urls, VRMLNodeType node, int field, VRMLExecutionSpace space) Queue a request for a loadURL call.