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 LInteractiveLayerOptions
getBubblingMouseEvents, getInteractive, setBubblingMouseEvents, setInteractive, withBubblingMouseEvents, withInteractiveMethods inherited from class LLayerOptions
getAttribution, getPane, setAttribution, setPane, withAttribution, withPaneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-