Class LControlZoomOptions

java.lang.Object
software.xdev.vaadin.maps.leaflet.controls.LControlOptions<LControlZoomOptions>
software.xdev.vaadin.maps.leaflet.controls.LControlZoomOptions
All Implemented Interfaces:
LComponentOptions<LControlZoomOptions>

public class LControlZoomOptions extends LControlOptions<LControlZoomOptions>
See Also:
  • Constructor Details

    • LControlZoomOptions

      public LControlZoomOptions()
  • Method Details

    • getZoomInText

      public String getZoomInText()
    • setZoomInText

      public void setZoomInText(String zoomInText)
    • withZoomInText

      public LControlZoomOptions withZoomInText(String zoomInText)
    • getZoomInTitle

      public String getZoomInTitle()
    • setZoomInTitle

      public void setZoomInTitle(String zoomInTitle)
    • withZoomInTitle

      public LControlZoomOptions withZoomInTitle(String zoomInTitle)
    • getZoomOutText

      public String getZoomOutText()
    • setZoomOutText

      public void setZoomOutText(String zoomOutText)
    • withZoomOutText

      public LControlZoomOptions withZoomOutText(String zoomOutText)
    • getZoomOutTitle

      public String getZoomOutTitle()
    • setZoomOutTitle

      public void setZoomOutTitle(String zoomOutTitle)
    • withZoomOutTitle

      public LControlZoomOptions withZoomOutTitle(String zoomOutTitle)