Class X3DCommonBrowser

java.lang.Object
org.web3d.vrml.scripting.browser.CommonBrowser
org.web3d.vrml.scripting.browser.X3DCommonBrowser

public class X3DCommonBrowser extends CommonBrowser
The common parts of a browser implementation suitable for X3D scripting.

This class is a full implementation because the external and scripting interfaces will use it differently. External use can just subclass and add the SAI Browser interface. For scripting, the need to extend the Browser base class means that this class will need to be delegated to.

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

Version:
$Revision: 1.25 $
Author:
Justin Couch