Uses of Interface
org.web3d.x3d.sai.X3DComponent
Packages that use X3DComponent
Package
Description
-
Uses of X3DComponent in org.web3d.browser
Methods in org.web3d.browser that return X3DComponentModifier and TypeMethodDescriptionX3DBrowserFactoryImpl.createComponent(Map<String, Object> params) Deprecated.Create a VRML browser that can be used as an AWT component. -
Uses of X3DComponent in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return X3DComponentModifier and TypeMethodDescriptionBrowserFactoryImpl.createComponent(Map<String, Object> params) Create a VRML browser that can be used as an AWT component.static X3DComponentBrowserFactory.createX3DComponent(Map<String, Object> params) Create an X3D browser that can be used as an AWT component. -
Uses of X3DComponent in org.xj3d.ui.awt.browser.ogl
Classes in org.xj3d.ui.awt.browser.ogl that implement X3DComponentModifier and TypeClassDescriptionclassA browser that uses the AWT panel and labels to draw render the UI with.classSwing JPanel implementation that wraps the functionality of a X3D browser into a convenient, easy to use form for the SAI.classFactory implementation for X3D SAI which will produce components using the Null renderer.Methods in org.xj3d.ui.awt.browser.ogl that return X3DComponentModifier and TypeMethodDescriptionX3DNRBrowserFactoryImpl.createComponent(Map<String, Object> params) X3DOGLBrowserFactoryImpl.createComponent(Map<String, Object> params) -
Uses of X3DComponent in org.xj3d.ui.awt.offscreen.browser.ogl
Classes in org.xj3d.ui.awt.offscreen.browser.ogl that implement X3DComponentModifier and TypeClassDescriptionclassSwing JPanel implementation that wraps the functionality of a X3D browser into a convenient, easy to use form for the SAI.