Class LMapFitBoundOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.map.AbstractLMapPanOptions<LMapFitBoundOptions>
software.xdev.vaadin.maps.leaflet.map.AbstractLMapZoomPanOptions<LMapFitBoundOptions>
software.xdev.vaadin.maps.leaflet.map.LMapFitBoundOptions
- All Implemented Interfaces:
LComponentOptions<LMapFitBoundOptions>,LMapPaddingBaseOptions<LMapFitBoundOptions>,LMapPanBaseOptions<LMapFitBoundOptions>,LMapZoomBaseOptions<LMapFitBoundOptions>
public class LMapFitBoundOptions
extends AbstractLMapZoomPanOptions<LMapFitBoundOptions>
implements LMapPaddingBaseOptions<LMapFitBoundOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxZoom(Number maxZoom) voidsetPadding(LPoint padding) voidsetPaddingBottomRight(LPoint paddingBottomRight) voidsetPaddingTopLeft(LPoint paddingTopLeft) withMaxZoom(Number maxZoom) Methods inherited from class software.xdev.vaadin.maps.leaflet.map.AbstractLMapZoomPanOptions
withAnimateMethods inherited from class software.xdev.vaadin.maps.leaflet.map.AbstractLMapPanOptions
getAnimate, getDuration, getEaseLinearity, getNoMoveStart, setAnimate, setDuration, setEaseLinearity, setNoMoveStartMethods 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
selfMethods inherited from interface software.xdev.vaadin.maps.leaflet.map.LMapPaddingBaseOptions
withPadding, withPaddingBottomRight, withPaddingTopLeftMethods inherited from interface software.xdev.vaadin.maps.leaflet.map.LMapPanBaseOptions
withDuration, withEaseLinearity, withNoMoveStartMethods inherited from interface software.xdev.vaadin.maps.leaflet.map.LMapZoomBaseOptions
getAnimate, setAnimate
-
Constructor Details
-
LMapFitBoundOptions
public LMapFitBoundOptions()
-
-
Method Details
-
getPaddingTopLeft
- Specified by:
getPaddingTopLeftin interfaceLMapPaddingBaseOptions<LMapFitBoundOptions>
-
setPaddingTopLeft
- Specified by:
setPaddingTopLeftin interfaceLMapPaddingBaseOptions<LMapFitBoundOptions>
-
getPaddingBottomRight
- Specified by:
getPaddingBottomRightin interfaceLMapPaddingBaseOptions<LMapFitBoundOptions>
-
setPaddingBottomRight
- Specified by:
setPaddingBottomRightin interfaceLMapPaddingBaseOptions<LMapFitBoundOptions>
-
getPadding
- Specified by:
getPaddingin interfaceLMapPaddingBaseOptions<LMapFitBoundOptions>
-
setPadding
- Specified by:
setPaddingin interfaceLMapPaddingBaseOptions<LMapFitBoundOptions>
-
getMaxZoom
-
setMaxZoom
-
withMaxZoom
-