Xj3D 2.0 VRML/X3D Code API

Uses of Interface
org.web3d.x3d.sai.BrowserFactoryImpl

Packages that use BrowserFactoryImpl
org.web3d.browser Renderer independent interfaces and classes that represent a VRML/X3D browser. 
org.web3d.x3d.sai The core classes for defining access through both external and internal means to an X3D browser and its contents through the X3D SAI (ISO/IEC 17775-2) interface. 
org.xj3d.ui.awt.browser.ogl Classes that are used to create or be a full browser panel embedded within an application using the OpenGL renderer. 
org.xj3d.ui.swt.browser.ogl Classes that are used to create or be a full browser panel embedded within an application using the OpenGL renderer. 
 

Uses of BrowserFactoryImpl in org.web3d.browser
 

Classes in org.web3d.browser that implement BrowserFactoryImpl
 class X3DBrowserFactoryImpl
          An implementation of the SAI BrowserFactoryImpl interface that creates a browser that delegates to the OpenGL and Java3D specific browser factories.
 

Uses of BrowserFactoryImpl in org.web3d.x3d.sai
 

Methods in org.web3d.x3d.sai with parameters of type BrowserFactoryImpl
static void BrowserFactory.setBrowserFactoryImpl(BrowserFactoryImpl fac)
          Set the factory implementation to use.
 

Uses of BrowserFactoryImpl in org.xj3d.ui.awt.browser.ogl
 

Classes in org.xj3d.ui.awt.browser.ogl that implement BrowserFactoryImpl
 class X3DNRBrowserFactoryImpl
          Factory implementation for X3D SAI which will produce components using the Null renderer.
 class X3DOGLBrowserFactoryImpl
          Factory implementation for X3D SAI which will produce components using the OpenGL renderer.
 

Uses of BrowserFactoryImpl in org.xj3d.ui.swt.browser.ogl
 

Classes in org.xj3d.ui.swt.browser.ogl that implement BrowserFactoryImpl
 class X3DSWTOGLBrowserFactoryImpl
          Factory implementation for X3D SAI which will produce components using the OpenGL renderer.
 


Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium