Uses of Interface
org.web3d.x3d.sai.ExternalBrowser
Packages that use ExternalBrowser
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 ExternalBrowser in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return ExternalBrowserModifier and TypeMethodDescriptionstatic 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.X3DComponent.getBrowser()Get a browser reference from this component that represents the internals of this browser.