Uses of Class
com.luciad.view.animation.ALcdAnimation
Package
Description
Provides a simple animation framework.
Contains utility classes related to Lightspeed views.
-
Uses of ALcdAnimation in com.luciad.view.animation
-
Uses of ALcdAnimation in com.luciad.view.lightspeed.util
Modifier and TypeMethodDescriptionTLspViewNavigationUtil.animatedPan
(ILcdPoint aViewPointStart, ILcdPoint aViewPointDestination) Returns an animation with the specifiedaDuration
that pans the view fromaViewPointStart
toaViewPointDestination
.TLspViewNavigationUtil.animatedRotate
(ILcdPoint aRotateCenter, double aDeltaYaw, double aDeltaPitch) Returns an animation with the specifiedaDuration
that rotates the view aroundaRotateCenter
.TLspViewNavigationUtil.animatedZoom
(double aFactor) Starts anILcdAnimation
that zooms the view by the specified factor.TLspViewNavigationUtil.animatedZoom
(double aFactor, ILcdPoint aViewPointCenter) Starts anILcdAnimation
that zooms the view by the specified factor.TLspViewNavigationUtil.animatedZoom
(TLcdMapScale aMapScale, TLcdMapScale.ScaleLocation aScaleLocation) Creates ananimation
that zooms from the view's current map scale to the given map scale.TLspViewNavigationUtil.animatedZoomTo
(ILcdPoint aViewPointDestination, double aFactor) Starts anILcdAnimation
that centers the view on the specified point and zooms it by the specified factor.