Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
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 | Class and Description |
---|---|
class |
KMLAbstractBalloon
An implementation of
Balloon that applies a KMLBalloonStyle to the balloon. |
class |
KMLGlobeBalloonImpl
A KML Balloon attached to a point on the globe.
|
class |
KMLScreenBalloonImpl
A KML Balloon attached to a point on the screen.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowsWebView.setHTMLString(java.lang.String htmlString,
WebResourceResolver resourceResolver)
Specifies this
WebView's HTML content as a string. |
void |
WebView.setHTMLString(java.lang.String htmlString,
WebResourceResolver resourceResolver)
Specifies this
WebView's HTML content as a string. |
void |
MacWebView.setHTMLString(java.lang.String htmlString,
WebResourceResolver resourceResolver)
Specifies this
WebView's HTML content as a string. |
static void |
WindowsWebViewJNI.setHTMLStringWithResourceResolver(long webViewWindowPtr,
java.lang.String htmlString,
WebResourceResolver resolver)
Set the HTML content of a WebView, with a
WebResourceResolver to resolve local references. |
static void |
MacWebViewJNI.setHTMLStringWithResourceResolver(long webViewWindowPtr,
java.lang.String htmlString,
WebResourceResolver resourceResolver) |