Uses of Class
vrml.eai.InvalidBrowserException
Packages that use InvalidBrowserException
Package
Description
-
Uses of InvalidBrowserException in org.web3d.vrml.scripting.external.eai
Methods in org.web3d.vrml.scripting.external.eai that throw InvalidBrowserExceptionModifier and TypeMethodDescriptionvoid
EAIBrowser.addBrowserListener
(BrowserListener theListener) addBrowserListener adds the specified listener to the set of listeners for this browser.void
void
EAIBrowser.beginUpdate()
Node[]
EAIBrowser.createVrmlFromString
(String string) void
EAIBrowser.createVrmlFromURL
(String[] urls, Node targetNode, String eventInName) void
EAIBrowser.deleteRoute
(Node fromNode, String fromEventName, Node toNode, String toEventName) void
EAIBrowser.endUpdate()
float
EAIBrowser.getCurrentFrameRate()
float
EAIBrowser.getCurrentSpeed()
EAIBrowser.getName()
Returns the name of the Browser.EAIBrowser.getVersion()
Returns the version string for this Browser.EAIBrowser.getWorldURL()
void
void
EAIBrowser.removeBrowserListener
(BrowserListener listener) removeBrowserListener removes the specified listener from the set of listeners for this browser.void
EAIBrowser.replaceWorld
(Node[] nodes) void
EAIBrowser.setDescription
(String newDescription) -
Uses of InvalidBrowserException in org.web3d.vrml.scripting.external.neteai
Methods in org.web3d.vrml.scripting.external.neteai that throw InvalidBrowserExceptionModifier and TypeMethodDescriptionvoid
NetworkBrowserClient.addBrowserListener
(BrowserListener l) * @see vrml.eai.Browser#addBrowserListener(vrml.eai.event.BrowserListener)void
* @see vrml.eai.Browser#addRoute(vrml.eai.Node, java.lang.String, vrml.eai.Node, java.lang.String)void
NetworkBrowserClient.beginUpdate()
* @see vrml.eai.Browser#beginUpdate()Node[]
NetworkBrowserClient.createVrmlFromString
(String vrmlString) * @see vrml.eai.Browser#createVrmlFromString(java.lang.String)void
NetworkBrowserClient.createVrmlFromURL
(String[] url, Node node, String eventIn) * @see vrml.eai.Browser#createVrmlFromURL(java.lang.String[], vrml.eai.Node, java.lang.String)void
NetworkBrowserClient.deleteRoute
(Node fromNode, String eventOut, Node toNode, String eventIn) * @see vrml.eai.Browser#deleteRoute(vrml.eai.Node, java.lang.String, vrml.eai.Node, java.lang.String)void
NetworkBrowserClient.endUpdate()
* @see vrml.eai.Browser#endUpdate()float
NetworkBrowserClient.getCurrentFrameRate()
* @see vrml.eai.Browser#getCurrentFrameRate()float
NetworkBrowserClient.getCurrentSpeed()
* @see vrml.eai.Browser#getCurrentSpeed()NetworkBrowserClient.getName()
* @see vrml.eai.Browser#getName()* @see vrml.eai.Browser#getNode(java.lang.String)NetworkBrowserClient.getVersion()
* @see vrml.eai.Browser#getVersion()NetworkBrowserClient.getWorldURL()
* @see vrml.eai.Browser#getWorldURL()void
* @see vrml.eai.Browser#loadURL(java.lang.String[], java.lang.String[])void
NetworkBrowserClient.removeBrowserListener
(BrowserListener l) * @see vrml.eai.Browser#removeBrowserListener(vrml.eai.event.BrowserListener)void
NetworkBrowserClient.replaceWorld
(Node[] nodes) * @see vrml.eai.Browser#replaceWorld(vrml.eai.Node[])void
NetworkBrowserClient.setDescription
(String desc) * @see vrml.eai.Browser#setDescription(java.lang.String) -
Uses of InvalidBrowserException in vrml.eai
Methods in vrml.eai that throw InvalidBrowserExceptionModifier and TypeMethodDescriptionvoid
Browser.addBrowserListener
(BrowserListener l) Add a listener for browser events.void
Add a route between two nodes, from an eventOut to an eventIn.void
Browser.beginUpdate()
Lock the output from the external interface to the browser as the code is about to begin a series of updates.Node[]
Browser.createVrmlFromString
(String vrmlString) Parse the given string and turn this into a list of VRML nodes.void
Browser.createVrmlFromURL
(String[] url, Node node, String eventIn) Create and load VRML from the given URL and place the returned values as nodes into the given VRML node in the scene.void
Browser.deleteRoute
(Node fromNode, String eventOut, Node toNode, String eventIn) Delete a route between two nodes.void
Browser.endUpdate()
Release the output of events from the external interface into the VRML browser.float
Browser.getCurrentFrameRate()
Get the current frame rate of the browser in frames per second.float
Browser.getCurrentSpeed()
Get the current velocity of the bound viewpoint in meters per second.Browser.getName()
Get the name of the browser.Get a DEF node by name.Browser.getVersion()
Get the version of the browser.Browser.getWorldURL()
Get the fully qualified URL of the currently loaded world.void
Load the URL as the new root of the scene.void
Browser.removeBrowserListener
(BrowserListener l) Remove a listener for browser events.void
Browser.replaceWorld
(Node[] nodes) Replace the current world with the given nodes.void
Browser.setDescription
(String desc) Set the description of the current world.