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(java.awt.Dimension frameSize)
Create a WebView for Linux.
|
protected WebView |
BasicWebViewFactory.createMacWebView(java.awt.Dimension frameSize)
Create a WebView for Mac OS.
|
protected WebView |
BasicWebViewFactory.createUnknownOSWebView(java.awt.Dimension frameSize)
Create a WebView for an operating system other than Windows, Mac, or Linux.
|
WebView |
WebViewFactory.createWebView(java.awt.Dimension frameSize)
Returns a new WebView with the specified
frameSize . |
WebView |
BasicWebViewFactory.createWebView(java.awt.Dimension frameSize)
Returns a new WebView with the specified
frameSize . |
protected WebView |
BasicWebViewFactory.createWindowsWebView(java.awt.Dimension frameSize)
Create a WebView for Windows.
|