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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageOverlayOptionscreate()final voidfinal voidsetAttribution(String attribution) final voidsetInteractive(boolean interactive) final voidsetOpacity(double opacity) final voidsetZIndex(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
-