vrml.eai
Interface VrmlComponent


public interface VrmlComponent

An AWT component that is able to render VRML content. Implementations of this interface derive from java.awt.Component. They allow to integrate the VRML browser into your own GUIs written in Java AWT. You cannot create instances of this interface directly, instead you have to use the method BrowserFactory.createVrmlComponent(java.lang.String[]).


Method Summary
 Browser getBrowser()
          Returns a Browser interface that can be used to interact with the VRML component.
 

Method Detail

getBrowser

Browser getBrowser()
Returns a Browser interface that can be used to interact with the VRML component.

Returns:
The Browser interface.