public interface X3DComponent
Provides for implementation of a X3D player than runs as a component and able to extract a Browser reference from it.
Generally this is used to provide a definition of an AWT component with a VRML/X3D display capability. There is no reason why this can not be used for other browser representations such as off-screen renderers or file savers.
| Modifier and Type | Method and Description |
|---|---|
ExternalBrowser |
getBrowser()
Get a browser reference from this component that represents the
internals of this browser.
|
java.lang.Object |
getImplementation()
Get a reference to the component implementation.
|
void |
shutdown()
Shutdown the component because it will no longer be needed.
|
ExternalBrowser getBrowser()
java.lang.Object getImplementation()
Component.void shutdown()
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.