| Package | Description |
|---|---|
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.util.webview |
Provides classes for loading web content, laying out and rendering the content as an OpenGL texture, and interacting
with the rendered content.
|
| Modifier and Type | Field and Description |
|---|---|
protected WebView |
AbstractBrowserBalloon.webView
Interface for interacting with the operating system's web browser control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebView
Abstract base class for
WebView implementations. |
class |
MacWebView |
class |
WindowsWebView
WebView implementation for Windows. |
| Modifier and Type | Method and Description |
|---|---|
protected WebView |
BasicWebViewFactory.createLinuxWebView(Dimension frameSize)
Create a WebView for Linux.
|
protected WebView |
BasicWebViewFactory.createMacWebView(Dimension frameSize)
Create a WebView for Mac OS.
|
protected WebView |
BasicWebViewFactory.createUnknownOSWebView(Dimension frameSize)
Create a WebView for an operating system other than Windows, Mac, or Linux.
|
WebView |
WebViewFactory.createWebView(Dimension frameSize)
Returns a new WebView with the specified
frameSize. |
WebView |
BasicWebViewFactory.createWebView(Dimension frameSize)
Returns a new WebView with the specified
frameSize. |
protected WebView |
BasicWebViewFactory.createWindowsWebView(Dimension frameSize)
Create a WebView for Windows.
|