Class LControlScaleOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.controls.LControlOptions<LControlScaleOptions>
software.xdev.vaadin.maps.leaflet.controls.LControlScaleOptions
- All Implemented Interfaces:
LComponentOptions<LControlScaleOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetImperial(Boolean imperial) voidsetMaxWidth(Number maxWidth) voidvoidsetUpdateWhenIdle(Boolean updateWhenIdle) withImperial(Boolean imperial) withMaxWidth(Number maxWidth) withMetric(Boolean metric) withUpdateWhenIdle(Boolean updateWhenIdle) Methods inherited from class software.xdev.vaadin.maps.leaflet.controls.LControlOptions
getPosition, setPosition, withPositionMethods 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
-
LControlScaleOptions
public LControlScaleOptions()
-
-
Method Details
-
getMaxWidth
-
setMaxWidth
-
withMaxWidth
-
getMetric
-
setMetric
-
withMetric
-
getImperial
-
setImperial
-
withImperial
-
getUpdateWhenIdle
-
setUpdateWhenIdle
-
withUpdateWhenIdle
-