Class LVideoOverlayOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LVideoOverlayOptions>
software.xdev.vaadin.maps.leaflet.layer.LInteractiveLayerOptions<LVideoOverlayOptions>
software.xdev.vaadin.maps.leaflet.layer.LAbstractImageOverlayOptions<LVideoOverlayOptions>
software.xdev.vaadin.maps.leaflet.layer.raster.LVideoOverlayOptions
- All Implemented Interfaces:
LComponentOptions<LVideoOverlayOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLoop()getMuted()voidsetAutoplay(Boolean autoplay) voidsetKeepAspectRatio(Boolean keepAspectRatio) voidvoidvoidsetPlaysInline(Boolean playsInline) withAutoplay(Boolean autoplay) withKeepAspectRatio(Boolean keepAspectRatio) withPlaysInline(Boolean playsInline) Methods inherited from class LAbstractImageOverlayOptions
getAlt, getClassName, getCrossOrigin, getErrorOverlayUrl, getOpacity, getzIndex, setAlt, setClassName, setCrossOrigin, setErrorOverlayUrl, setOpacity, setzIndex, withAlt, withClassName, withCrossOrigin, withErrorOverlayUrl, withOpacity, withZIndexMethods 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
-
LVideoOverlayOptions
public LVideoOverlayOptions()
-
-
Method Details
-
getAutoplay
-
setAutoplay
-
withAutoplay
-
getLoop
-
setLoop
-
withLoop
-
getKeepAspectRatio
-
setKeepAspectRatio
-
withKeepAspectRatio
-
getMuted
-
setMuted
-
withMuted
-
getPlaysInline
-
setPlaysInline
-
withPlaysInline
-