Uses of Class
org.web3d.x3d.sai.NotSupportedException
Package
Description
The X3D Java Scene Access Interface (SAI) package is designed to
provide access to a browser and its contained scene graph,
either as an internal X3D Script node, or as an standalone Java program.
-
Uses of NotSupportedException in org.web3d.x3d.sai
Modifier and TypeMethodDescriptionBrowserFactoryImpl.createComponent
(Map<String, Object> params) Create a X3D browser that can be used as an AWT component.static X3DComponent
BrowserFactory.createX3DComponent
(Map<String, Object> params) Create an X3D player that can be used as an AWT component.static ExternalBrowser
BrowserFactory.getBrowser
(Applet applet) Get a browser from the given java applet reference as a base in the current HTML page.static ExternalBrowser
BrowserFactory.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 ExternalBrowser
BrowserFactory.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.