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

public abstract class LGridLayerOptions<S extends LGridLayerOptions<S>> extends LLayerOptions<S>
See Also:
  • Constructor Details

    • LGridLayerOptions

      public LGridLayerOptions()
  • Method Details

    • getTileSize

      public Object getTileSize()
    • setTileSize

      public void setTileSize(Object tileSize)
    • withTileSize

      public S withTileSize(Object tileSize)
    • getOpacity

      public Number getOpacity()
    • setOpacity

      public void setOpacity(Number opacity)
    • withOpacity

      public S withOpacity(Number opacity)
    • getUpdateWhenIdle

      public Boolean getUpdateWhenIdle()
    • setUpdateWhenIdle

      public void setUpdateWhenIdle(Boolean updateWhenIdle)
    • withUpdateWhenIdle

      public S withUpdateWhenIdle(Boolean updateWhenIdle)
    • getUpdateWhenZooming

      public Boolean getUpdateWhenZooming()
    • setUpdateWhenZooming

      public void setUpdateWhenZooming(Boolean updateWhenZooming)
    • withUpdateWhenZooming

      public S withUpdateWhenZooming(Boolean updateWhenZooming)
    • getUpdateInterval

      public Number getUpdateInterval()
    • setUpdateInterval

      public void setUpdateInterval(Number updateInterval)
    • withUpdateInterval

      public S withUpdateInterval(Number updateInterval)
    • getzIndex

      public Number getzIndex()
    • setzIndex

      public void setzIndex(Number zIndex)
    • withZIndex

      public S withZIndex(Number zIndex)
    • getLatLngBounds

      public LLatLngBounds getLatLngBounds()
    • setLatLngBounds

      public void setLatLngBounds(LLatLngBounds latLngBounds)
    • withLatLngBounds

      public S withLatLngBounds(LLatLngBounds latLngBounds)
    • getMinZoom

      public Number getMinZoom()
    • setMinZoom

      public void setMinZoom(Number minZoom)
    • withMinZoom

      public S withMinZoom(Number minZoom)
    • getMaxZoom

      public Number getMaxZoom()
    • setMaxZoom

      public void setMaxZoom(Number maxZoom)
    • withMaxZoom

      public S withMaxZoom(Number maxZoom)
    • getMinNativeZoom

      public Number getMinNativeZoom()
    • setMinNativeZoom

      public void setMinNativeZoom(Number minNativeZoom)
    • withMinNativeZoom

      public S withMinNativeZoom(Number minNativeZoom)
    • getMaxNativeZoom

      public Number getMaxNativeZoom()
    • setMaxNativeZoom

      public void setMaxNativeZoom(Number maxNativeZoom)
    • withMaxNativeZoom

      public S withMaxNativeZoom(Number maxNativeZoom)
    • getNoWrap

      public Boolean getNoWrap()
    • setNoWrap

      public void setNoWrap(Boolean noWrap)
    • withNoWrap

      public S withNoWrap(Boolean noWrap)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • withClassName

      public S withClassName(String className)
    • getKeepBuffer

      public Number getKeepBuffer()
    • setKeepBuffer

      public void setKeepBuffer(Number keepBuffer)
    • withKeepBuffer

      public S withKeepBuffer(Number keepBuffer)