See: Description
Interface | Description |
---|---|
WebResourceResolver | |
WebView |
WebView provides an interface for loading web content, laying out and rendering the content as an OpenGL texture, and
interacting with the rendered content.
|
WebViewFactory |
Factory interface for creating
WebView instances. |
Class | Description |
---|---|
AbstractWebView |
Abstract base class for
WebView implementations. |
BasicWebViewFactory |
Factory implementation for creating WebView instances.
|
MacWebView | |
MacWebViewJNI | |
WebViewTexture | |
WindowsWebView |
WebView implementation for Windows. |
WindowsWebViewJNI |
JNI bindings for the Windows WebView library.
|
AbstractBrowserBalloon
uses WebView to implement a balloon that contains web content.
See Balloons
for an example of usage.
To use WebView:
WebView
using WebViewFactory
WebView.setHTMLString(java.lang.String)
WebView.getTextureRepresentation(gov.nasa.worldwind.render.DrawContext)
WebView.sendEvent(java.awt.event.InputEvent)