Uses of Interface
org.web3d.vrml.scripting.ScriptWrapper
Packages that use ScriptWrapper
Package
Description
-
Uses of ScriptWrapper in org.web3d.vrml.scripting
Methods in org.web3d.vrml.scripting that return ScriptWrapperModifier and TypeMethodDescriptionScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content. -
Uses of ScriptWrapper in org.web3d.vrml.scripting.ecmascript
Methods in org.web3d.vrml.scripting.ecmascript that return ScriptWrapperModifier 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 ScriptWrapper in org.web3d.vrml.scripting.jsai
Classes in org.web3d.vrml.scripting.jsai that implement ScriptWrapperModifier and TypeClassDescriptionclass
A wrapper class used to convert between the Xj3D implementation specific details and the VRML97 spec requirements for a script.Methods in org.web3d.vrml.scripting.jsai that return ScriptWrapperModifier and TypeMethodDescriptionVRML97ScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content. -
Uses of ScriptWrapper in org.web3d.vrml.scripting.sai
Classes in org.web3d.vrml.scripting.sai that implement ScriptWrapperModifier and TypeClassDescriptionclass
A wrapper class used to convert between the Xj3D implementation specific details and the X3D spec requirements for a script.Methods in org.web3d.vrml.scripting.sai that return ScriptWrapperModifier and TypeMethodDescriptionJavaSAIScriptEngine.buildWrapper
(VRMLExecutionSpace space, String contentType, Object content) Create a wrapper for the given script content.