Class AerisAmpAnimationInfo

    • Constructor Detail

      • AerisAmpAnimationInfo

        public AerisAmpAnimationInfo​(android.graphics.Bitmap bitmap,
                                     long timeStamp)
        Creates an instance with the bitmap, tile info, and Aeris tile associated with the animation.
        Parameters:
        bitmap - The bitmap associated with this time.
        timeStamp - The time of the image.
    • Method Detail

      • getTimeStamp

        public long getTimeStamp()
        Gets the time stamp of the image.
        Returns:
        tileStamp.
      • getBitmap

        public android.graphics.Bitmap getBitmap()
        Gets the bitmap
        Returns:
        bitmap for the animation.