Uses of Interface
vrml.eai.BrowserFactoryImpl
Packages that use BrowserFactoryImpl
Package
Description
-
Uses of BrowserFactoryImpl in org.web3d.browser
Classes in org.web3d.browser that implement BrowserFactoryImplModifier and TypeClassDescriptionclass
An implementation of the EAIBrowserFactoryImpl
interface that creates a browser that uses Java3D for the renderer. -
Uses of BrowserFactoryImpl in org.web3d.vrml.scripting.external.neteai
Classes in org.web3d.vrml.scripting.external.neteai that implement BrowserFactoryImplModifier and TypeClassDescriptionclass
NetworkBrowserFactoryImpl is the browser factory implementation responsible for assembling the client side of the distributed browser. -
Uses of BrowserFactoryImpl in org.xj3d.ui.awt.browser.ogl
Classes in org.xj3d.ui.awt.browser.ogl that implement BrowserFactoryImplModifier and TypeClassDescriptionclass
An implementation of the EAIBrowserFactoryImpl
interface that creates a browser that uses OpenGL for the renderer. -
Uses of BrowserFactoryImpl in vrml.eai
Methods in vrml.eai with parameters of type BrowserFactoryImplModifier and TypeMethodDescriptionstatic void
BrowserFactory.setBrowserFactoryImpl
(BrowserFactoryImpl fac) set the factory implementation to use.