Uses of Class
software.xdev.vaadin.maps.leaflet.layer.raster.LVideoOverlayOptions
Packages that use LVideoOverlayOptions
Package
Description
-
Uses of LVideoOverlayOptions in software.xdev.vaadin.maps.leaflet.layer.raster
Methods in software.xdev.vaadin.maps.leaflet.layer.raster that return LVideoOverlayOptionsModifier and TypeMethodDescriptionLVideoOverlayOptions.withAutoplay(Boolean autoplay) LVideoOverlayOptions.withKeepAspectRatio(Boolean keepAspectRatio) LVideoOverlayOptions.withPlaysInline(Boolean playsInline) Constructors in software.xdev.vaadin.maps.leaflet.layer.raster with parameters of type LVideoOverlayOptionsModifierConstructorDescriptionLVideoOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds, LVideoOverlayOptions options) -
Uses of LVideoOverlayOptions in software.xdev.vaadin.maps.leaflet.layer.vector
Constructors in software.xdev.vaadin.maps.leaflet.layer.vector with parameters of type LVideoOverlayOptionsModifierConstructorDescriptionLSVGOverlay(LComponentManagementRegistry compReg, String svg, LLatLngBounds bounds, LVideoOverlayOptions options)