com.supermap.mapping.dyn

Class ZoomAnimator



  • public class ZoomAnimator
    extends Animator
    Zoom animation class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ZoomAnimator(float zoomScale, int duration)
      Constructor of zoom animation.
      ZoomAnimator(ZoomAnimator animator)
      Create a new GeoArc object that is the same with the given ZoomAnimator object.
    • Constructor Detail

      • ZoomAnimator

        public ZoomAnimator(float zoomScale,
                            int duration)
        Constructor of zoom animation.
        Parameters:
        zoomScale - the scale ratio
        duration - Dynamic duration time, unit: ms
      • ZoomAnimator

        public ZoomAnimator(ZoomAnimator animator)
        Create a new GeoArc object that is the same with the given ZoomAnimator object.
        Parameters:
        animator - The given ZoomAnimator object.