| Package | Description |
|---|---|
| org.web3d.x3d.sai |
The X3D Java Scene Access Interface (SAI) package is designed to
provide access to a browser and its contained scene graph,
either within an internal X3D Script node or an external HTML script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalBrowser.addBrowserListener(BrowserListener l)
Add a listener for browser events.
|
void |
ExternalBrowser.beginUpdate()
Lock the output from the external interface to the browser as the code
is about to begin a series of updates.
|
void |
ExternalBrowser.endUpdate()
Release the output of events from the external interface into the
X3D browser.
|
void |
ExternalBrowser.removeBrowserListener(BrowserListener l)
Remove a listener for browser events.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.