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