| 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  | KMLAbstractBalloonAn implementation of  Balloonthat applies aKMLBalloonStyleto the balloon. | 
| class  | KMLGlobeBalloonImplA KML Balloon attached to a point on the globe. | 
| class  | KMLScreenBalloonImplA KML Balloon attached to a point on the screen. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WindowsWebView. setHTMLString(String htmlString,
             WebResourceResolver resourceResolver)Specifies this  WebView'sHTML content as a string. | 
| void | WebView. setHTMLString(String htmlString,
             WebResourceResolver resourceResolver)Specifies this  WebView'sHTML content as a string. | 
| void | MacWebView. setHTMLString(String htmlString,
             WebResourceResolver resourceResolver)Specifies this  WebView'sHTML content as a string. | 
| static void | MacWebViewJNI. setHTMLStringWithResourceResolver(long webViewWindowPtr,
                                 String htmlString,
                                 WebResourceResolver resourceResolver) | 
| static void | WindowsWebViewJNI. setHTMLStringWithResourceResolver(long webViewWindowPtr,
                                 String htmlString,
                                 WebResourceResolver resolver)Set the HTML content of a WebView, with a  WebResourceResolverto resolve local references. |