Class CommonBrowser

java.lang.Object
org.web3d.vrml.scripting.browser.CommonBrowser
Direct Known Subclasses:
VRML97CommonBrowser, X3DCommonBrowser

public abstract class CommonBrowser extends Object
The common parts of a browser implementation that all the scripting interfaces require.

This class is a partial implementation that is then extended for version-specific functionality. There are major functional differences between VRML97 and X3D and require that some methods be implemented differently. For example createVrmlFromURL is asynchronous in VRML97 by synchronous in X3D and therefore not implemented in this base class. Look to the derived classes for a complete implementation.

The current implementation ignores any parameter values provided by the world.

Version:
$Revision: 1.21 $
Author:
Justin Couch