Class LTileLayerOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<LTileLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.LGridLayerOptions<LTileLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.raster.LAbstractTileLayerOptions<LTileLayerOptions>
software.xdev.vaadin.maps.leaflet.layer.raster.LTileLayerOptions
- All Implemented Interfaces:
LComponentOptions<LTileLayerOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.raster.LAbstractTileLayerOptions
getCrossOrigin, getDetectRetina, getErrorTileUrl, getReferrerPolicy, getSubdomains, getTms, getZoomOffset, getZoomReverse, setCrossOrigin, setDetectRetina, setErrorTileUrl, setReferrerPolicy, setSubdomains, setTms, setZoomOffset, setZoomReverse, withCrossOrigin, withDetectRetina, withErrorTileUrl, withReferrerPolicy, withSubdomains, withTms, withZoomOffset, withZoomReverseMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LGridLayerOptions
getClassName, getKeepBuffer, getLatLngBounds, getMaxNativeZoom, getMaxZoom, getMinNativeZoom, getMinZoom, getNoWrap, getOpacity, getTileSize, getUpdateInterval, getUpdateWhenIdle, getUpdateWhenZooming, getzIndex, setClassName, setKeepBuffer, setLatLngBounds, setMaxNativeZoom, setMaxZoom, setMinNativeZoom, setMinZoom, setNoWrap, setOpacity, setTileSize, setUpdateInterval, setUpdateWhenIdle, setUpdateWhenZooming, setzIndex, withClassName, withKeepBuffer, withLatLngBounds, withMaxNativeZoom, withMaxZoom, withMinNativeZoom, withMinZoom, withNoWrap, withOpacity, withTileSize, withUpdateInterval, withUpdateWhenIdle, withUpdateWhenZooming, withZIndexMethods 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
-
LTileLayerOptions
public LTileLayerOptions()
-