Class ImageOverlayOptions
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.ImageOverlayOptions
public class ImageOverlayOptions
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageOverlayOptions
create()
final void
final void
setAttribution
(String attribution) final void
setInteractive
(boolean interactive) final void
setOpacity
(double opacity) final void
setZIndex
(int zIndex) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
ImageOverlayOptions
protected ImageOverlayOptions()
-
-
Method Details
-
create
-
setOpacity
public final void setOpacity(double opacity) -
setAlt
-
setInteractive
public final void setInteractive(boolean interactive) -
setZIndex
public final void setZIndex(int zIndex) -
setAttribution
-