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 TypeMethodDescriptionvoidNodeTemplateToInstanceCreator.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 TypeInterfaceDescriptioninterfaceDenotes a node type that supports inlining content from external files.interfaceA instance of a Prototype.interfaceAn 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 TypeMethodDescriptionvoidFrameStateManager.registerAddedScene(VRMLExecutionSpace space) Register an execution space that has been added in this frame.voidFrameStateManager.registerRemovedScene(VRMLExecutionSpace space) Register an execution space that has been removed in this frame.voidVRMLScriptNodeType.setExecutionSpace(VRMLExecutionSpace space) Set the execution space to be this new value.voidVRMLInlineNodeType.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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA concrete instance of a Prototype that is common for all renderers.Fields in org.web3d.vrml.renderer declared as VRMLExecutionSpaceModifier and TypeFieldDescriptionprotected VRMLExecutionSpaceCRProtoCreator.rootSpaceThe 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 TypeMethodDescriptionvoidCRProtoCreator.fillinInstance(VRMLNodeTemplate template, VRMLNode nodeInstance, VRMLExecutionSpace space) Given a stubbed instance, fill in the rest of the details.protected voidCRExternPrototypeDecl.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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidBaseInline.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 TypeMethodDescriptionvoidBaseScript.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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceAn 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 TypeClassDescriptionclassOpenGL-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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidCommonBrowser.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.voidCommonBrowser.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 VRMLExecutionSpaceX3DExecutionContext.executionSpaceThe 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 VRMLExecutionSpaceBaseExecutionContext.executionSpaceThe 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 TypeMethodDescriptionvoidRouteManager.addRoute(VRMLExecutionSpace space, ROUTE route) Add a route object to the system.voidRouteManager.addRoute(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Add a route to the system.voidRouteManager.addSpace(VRMLExecutionSpace space) Add an execution space to the system.voidRouteManager.removeRoute(VRMLExecutionSpace space, ROUTE route) Remove a route object from the system.voidRouteManager.removeRoute(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Remove a route from the system.voidRouteManager.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 TypeMethodDescriptionvoidWorldLoaderManager.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 TypeMethodDescriptionvoidDefaultRouteManager.addRoute(VRMLExecutionSpace space, ROUTE route) Add a route object to the system.voidDefaultRouteManager.addRoute(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Add a route to the system.voidDefaultRouteManager.addSpace(VRMLExecutionSpace space) Add an execution space to the system.voidDefaultFrameStateManager.registerAddedScene(VRMLExecutionSpace space) Register an execution space that has been added in this frame.voidDefaultFrameStateManager.registerRemovedScene(VRMLExecutionSpace space) Register an execution space that has been removed in this frame.voidDefaultRouteManager.removeRoute(VRMLExecutionSpace space, ROUTE route) Remove a route object from the system.voidDefaultRouteManager.removeRoute(VRMLExecutionSpace space, VRMLNodeType srcNode, int srcIndex, VRMLNodeType destNode, int destIndex) Remove a route from the system.voidDefaultRouteManager.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 TypeMethodDescriptionvoidDefaultWorldLoaderManager.queueCreateURL(String[] urls, VRMLNodeType node, int field, VRMLExecutionSpace space) Queue a request for a loadURL call.