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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetZoomInText(String zoomInText) voidsetZoomInTitle(String zoomInTitle) voidsetZoomOutText(String zoomOutText) voidsetZoomOutTitle(String zoomOutTitle) withZoomInText(String zoomInText) withZoomInTitle(String zoomInTitle) withZoomOutText(String zoomOutText) withZoomOutTitle(String zoomOutTitle) Methods inherited from class LControlOptions
getPosition, setPosition, withPositionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponentOptions
self
-
Constructor Details
-
LControlZoomOptions
public LControlZoomOptions()
-
-
Method Details
-
getZoomInText
-
setZoomInText
-
withZoomInText
-
getZoomInTitle
-
setZoomInTitle
-
withZoomInTitle
-
getZoomOutText
-
setZoomOutText
-
withZoomOutText
-
getZoomOutTitle
-
setZoomOutTitle
-
withZoomOutTitle
-