Class LAbstractImageOverlayOptions<S extends LAbstractImageOverlayOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LAbstractImageOverlayOptions<S>
- All Implemented Interfaces:
LComponentOptions<S>
- Direct Known Subclasses:
LImageOverlayOptions,LSVGOverlayOptions,LVideoOverlayOptions
public abstract class LAbstractImageOverlayOptions<S extends LAbstractImageOverlayOptions<S>>
extends LInteractiveLayerOptions<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlt()voidvoidsetClassName(String className) voidsetCrossOrigin(Object crossOrigin) voidsetErrorOverlayUrl(String errorOverlayUrl) voidsetOpacity(Number opacity) voidwithClassName(String className) withCrossOrigin(Object crossOrigin) withErrorOverlayUrl(String errorOverlayUrl) withOpacity(Number opacity) withZIndex(Number zIndex) Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods 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.LComponentOptions
self
-
Constructor Details
-
LAbstractImageOverlayOptions
public LAbstractImageOverlayOptions()
-
-
Method Details
-
getOpacity
-
setOpacity
-
withOpacity
-
getAlt
-
setAlt
-
withAlt
-
getCrossOrigin
-
setCrossOrigin
-
withCrossOrigin
-
getErrorOverlayUrl
-
setErrorOverlayUrl
-
withErrorOverlayUrl
-
getzIndex
-
setzIndex
-
withZIndex
-
getClassName
-
setClassName
-
withClassName
-