Class LGridLayerOptions<S extends LGridLayerOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.layer.LLayerOptions<S>
software.xdev.vaadin.maps.leaflet.layer.LGridLayerOptions<S>
- All Implemented Interfaces:
LComponentOptions<S>
- Direct Known Subclasses:
LAbstractTileLayerOptions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClassName(String className) voidsetKeepBuffer(Number keepBuffer) voidsetLatLngBounds(LLatLngBounds latLngBounds) voidsetMaxNativeZoom(Number maxNativeZoom) voidsetMaxZoom(Number maxZoom) voidsetMinNativeZoom(Number minNativeZoom) voidsetMinZoom(Number minZoom) voidvoidsetOpacity(Number opacity) voidsetTileSize(Object tileSize) voidsetUpdateInterval(Number updateInterval) voidsetUpdateWhenIdle(Boolean updateWhenIdle) voidsetUpdateWhenZooming(Boolean updateWhenZooming) voidwithClassName(String className) withKeepBuffer(Number keepBuffer) withLatLngBounds(LLatLngBounds latLngBounds) withMaxNativeZoom(Number maxNativeZoom) withMaxZoom(Number maxZoom) withMinNativeZoom(Number minNativeZoom) withMinZoom(Number minZoom) withNoWrap(Boolean noWrap) withOpacity(Number opacity) withTileSize(Object tileSize) withUpdateInterval(Number updateInterval) withUpdateWhenIdle(Boolean updateWhenIdle) withUpdateWhenZooming(Boolean updateWhenZooming) withZIndex(Number zIndex) Methods 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
-
LGridLayerOptions
public LGridLayerOptions()
-
-
Method Details
-
getTileSize
-
setTileSize
-
withTileSize
-
getOpacity
-
setOpacity
-
withOpacity
-
getUpdateWhenIdle
-
setUpdateWhenIdle
-
withUpdateWhenIdle
-
getUpdateWhenZooming
-
setUpdateWhenZooming
-
withUpdateWhenZooming
-
getUpdateInterval
-
setUpdateInterval
-
withUpdateInterval
-
getzIndex
-
setzIndex
-
withZIndex
-
getLatLngBounds
-
setLatLngBounds
-
withLatLngBounds
-
getMinZoom
-
setMinZoom
-
withMinZoom
-
getMaxZoom
-
setMaxZoom
-
withMaxZoom
-
getMinNativeZoom
-
setMinNativeZoom
-
withMinNativeZoom
-
getMaxNativeZoom
-
setMaxNativeZoom
-
withMaxNativeZoom
-
getNoWrap
-
setNoWrap
-
withNoWrap
-
getClassName
-
setClassName
-
withClassName
-
getKeepBuffer
-
setKeepBuffer
-
withKeepBuffer
-