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 AbstractLMapZoomPanOptions
withAnimateMethods inherited from class AbstractLMapPanOptions
getAnimate, getDuration, getEaseLinearity, getNoMoveStart, setAnimate, setDuration, setEaseLinearity, setNoMoveStartMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponentOptions
selfMethods inherited from interface LMapPaddingBaseOptions
withPadding, withPaddingBottomRight, withPaddingTopLeftMethods inherited from interface LMapPanBaseOptions
withDuration, withEaseLinearity, withNoMoveStartMethods inherited from interface 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
-