Uses of Class
org.web3d.x3d.sai.NotSupportedException
Packages that use NotSupportedException
Package
Description
-
Uses of NotSupportedException in org.web3d.browser
Methods in org.web3d.browser that throw NotSupportedExceptionModifier and TypeMethodDescriptionX3DBrowserFactoryImpl.createComponent(Map<String, Object> params) Deprecated.Create a VRML browser that can be used as an AWT component.X3DBrowserFactoryImpl.getBrowser(Applet applet) Deprecated.Get a browser from the given java applet reference as a base in the current HTML page.X3DBrowserFactoryImpl.getBrowser(Applet applet, String frameName, int index) Deprecated.Get a browser from the given java applet reference one some named page and at some embed location.X3DBrowserFactoryImpl.getBrowser(InetAddress address, int port) Deprecated.Get a reference to a browser that is located on a remote machine. -
Uses of NotSupportedException in org.web3d.vrml.scripting.browser
Methods in org.web3d.vrml.scripting.browser that throw NotSupportedExceptionModifier and TypeMethodDescriptionX3DCommonBrowser.importDocument(Node domNode) Implementation of the importDocument optional capabilities. -
Uses of NotSupportedException in org.web3d.vrml.scripting.external.sai
Methods in org.web3d.vrml.scripting.external.sai that throw NotSupportedException -
Uses of NotSupportedException in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that throw NotSupportedExceptionModifier and TypeMethodDescriptionBrowserFactoryImpl.createComponent(Map<String, Object> params) Create a VRML browser that can be used as an AWT component.static X3DComponentBrowserFactory.createX3DComponent(Map<String, Object> params) Create an X3D browser that can be used as an AWT component.static ExternalBrowserBrowserFactory.getBrowser(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.static ExternalBrowserBrowserFactory.getBrowser(Applet applet, String frameName, int index) Get a browser from the given java applet reference one some named page and at some embed location.static ExternalBrowserBrowserFactory.getBrowser(InetAddress address, int port) Get a reference to a browser that is located on a remote machine.BrowserFactoryImpl.getBrowser(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.BrowserFactoryImpl.getBrowser(Applet applet, String frameName, int index) Get a browser from the given java applet reference one some named page and at some embed location.BrowserFactoryImpl.getBrowser(InetAddress address, int port) Get a reference to a browser that is located on a remote machine.Browser.getComponentInfo(String name, int level) Get specific component info at the requested support level.Browser.getProfile(String name) Get a specific profile.Browser.importDocument(Node element) A utility request to import a W3C DOM document or document fragment and convert it to an X3D scene. -
Uses of NotSupportedException in org.xj3d.ui.awt.browser.ogl
Methods in org.xj3d.ui.awt.browser.ogl that throw NotSupportedExceptionModifier and TypeMethodDescriptionX3DNRBrowserFactoryImpl.createComponent(Map<String, Object> params) X3DOGLBrowserFactoryImpl.createComponent(Map<String, Object> params) X3DNRBrowserFactoryImpl.getBrowser(Applet applet) X3DNRBrowserFactoryImpl.getBrowser(Applet applet, String frameName, int index) X3DNRBrowserFactoryImpl.getBrowser(InetAddress address, int port) X3DOGLBrowserFactoryImpl.getBrowser(Applet applet) X3DOGLBrowserFactoryImpl.getBrowser(Applet applet, String frameName, int index) X3DOGLBrowserFactoryImpl.getBrowser(InetAddress address, int port)