Class LImageOverlay
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LImageOverlay>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LImageOverlay>
software.xdev.vaadin.maps.leaflet.layer.LLayer<LImageOverlay>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayer<LImageOverlay>
software.xdev.vaadin.maps.leaflet.layer.raster.LImageOverlay
- All Implemented Interfaces:
LHasBringTo<LImageOverlay>,LHasOpacity<LImageOverlay>,LComponent<LImageOverlay>,LEvented<LImageOverlay>
- Direct Known Subclasses:
LSVGOverlay,LVideoOverlay
public class LImageOverlay
extends LInteractiveLayer<LImageOverlay>
implements LHasBringTo<LImageOverlay>, LHasOpacity<LImageOverlay>
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLImageOverlay(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds) LImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds, LImageOverlayOptions options) -
Method Summary
Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayer
addTo, addTo, addTo, bindPopup, bindPopup, bindPopup, bindTooltip, bindTooltip, bindTooltip, closePopup, closeTooltip, openPopup, openPopup, openTooltip, openTooltip, remove, removeFrom, removeFrom, removeFrom, togglePopup, toggleTooltip, unbindPopup, unbindTooltipMethods inherited from class software.xdev.vaadin.maps.leaflet.base.LBaseComponent
clientComponentJsAccessorMethods inherited from class software.xdev.vaadin.maps.leaflet.base.LAbstractComponent
componentRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, selfMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LEvented
addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParentMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasBringTo
bringToBack, bringToFrontMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasOpacity
setOpacity
-
Constructor Details
-
LImageOverlay
protected LImageOverlay(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
LImageOverlay
public LImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds, LImageOverlayOptions options) -
LImageOverlay
-
-
Method Details
-
setBounds
- See Also:
-