Package com.aerisweather.aeris.tiles
Class AerisAmpAnimationInfo
- java.lang.Object
-
- com.aerisweather.aeris.tiles.AerisAmpAnimationInfo
-
public class AerisAmpAnimationInfo extends Object
Animation info returned fromanimation load task
-
-
Constructor Summary
Constructors Constructor Description AerisAmpAnimationInfo(android.graphics.Bitmap bitmap, long timeStamp)Creates an instance with the bitmap, tile info, and Aeris tile associated with the animation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.graphics.BitmapgetBitmap()Gets the bitmaplonggetTimeStamp()Gets the time stamp of the image.
-
-
-
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.
-
-