| Package | Description | 
|---|---|
| net.java.html.leaflet | 
    Leaflet API for Java built around the  Mapclass. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImageOverlay | ImageOverlay. addTo(Map map)Adds the layer to the map. | 
| ImageOverlay | ImageOverlay. bindPopup(Popup popup)Binds a given popup object to the overlay. | 
| ImageOverlay | ImageOverlay. bindPopup(Popup popup,
         PopupOptions options)Binds a given popup object with the given options to the overlay. | 
| ImageOverlay | ImageOverlay. bindPopup(String html)Binds a popup with a particular HTML content to a click on this overlay. | 
| ImageOverlay | ImageOverlay. bringToBack()Brings the layer to the bottom of all path layers. | 
| ImageOverlay | ImageOverlay. bringToFront()Brings the layer to the top of all path layers. | 
| ImageOverlay | ImageOverlay. closePopup()Closes the overlay's bound popup if it is opened. | 
| ImageOverlay | ImageOverlay. openPopup()Opens the popup previously bound by the  bindPopupmethod. | 
| ImageOverlay | ImageOverlay. setOpacity(double opacity)Sets the opacity of the overlay. | 
| ImageOverlay | ImageOverlay. setUrl(String imageUrl)Changes the URL of the image. | 
| ImageOverlay | ImageOverlay. unbindPopup()Unbinds the popup previously bound to the overlay with
  bindPopup. | 
Copyright © 2017. All rights reserved.