Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
PanOptions |
PanOptions.setAnimate(boolean animate)
If
true , panning will always be animated if possible. |
PanOptions |
PanOptions.setDuration(double duration)
Duration of animated panning.
|
PanOptions |
PanOptions.setEaseLinearity(double easeLinearity)
The curvature factor of panning animation easing (third parameter of the
Cubic Bezier curve). 1.0 means linear animation, the less the more bowed
the curve.
|
PanOptions |
PanOptions.setNoMoveStart(boolean noMoveStart)
If
true , panning won't fire movestart event on start (used
internally for panning inertia). |
Modifier and Type | Method and Description |
---|---|
ZoomPanOptions |
ZoomPanOptions.setPan(PanOptions pan)
Sets the options for the panning (without the zoom change) if it occurs.
|
Copyright © 2017. All rights reserved.