Package org.web3d.x3d.sai
Interface X3DComponent
- All Known Implementing Classes:
X3DBrowserAWTPanel
,X3DBrowserJPanel
,X3DNRBrowserFactoryImpl
,X3DOffscreenSurface
public interface X3DComponent
Provides for implementation of a X3D browser 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 display capability. There is no reason why this could not be used for other browser representations such as off screen renderers or file savers.
- Version:
- 2.0 29 August 1998
-
Method Summary
Modifier and TypeMethodDescriptionGet a browser reference from this component that represents the internals of this browser.Get a reference to the component implementation.void
shutdown()
Shutdown the component because it will no longer be needed.
-
Method Details
-
getBrowser
ExternalBrowser getBrowser()Get a browser reference from this component that represents the internals of this browser.- Returns:
- A reference to the browser object represented by this component.
-
getImplementation
-
shutdown
void shutdown()Shutdown the component because it will no longer be needed. If the component has already had this method called, it will silently ignore any further requests.
-