- ApngConfig(int, boolean) - Constructor for class com.github.sahasbhop.apngview.ApngImageLoader.ApngConfig
-
Configuration for controlling APNG behavior
- ApngDrawable - Class in com.github.sahasbhop.apngview
-
Reference: http://www.vogella.com/code/com.vogella.android.drawables.animation/src/com/vogella/android/drawables/animation/ColorAnimationDrawable.html
- ApngDrawable(Context, Bitmap, Uri) - Constructor for class com.github.sahasbhop.apngview.ApngDrawable
-
- ApngExtractFrames - Class in com.github.sahasbhop.apngview.assist
-
Source are taken from: https://github.com/leonbloy/pngj
This is low level, it does not use PngReaderApng
Extracts animation frames from APGN file to several PNG files
Low level, very efficient.
- ApngExtractFrames() - Constructor for class com.github.sahasbhop.apngview.assist.ApngExtractFrames
-
- ApngImageDownloader - Class in com.github.sahasbhop.apngview.assist
-
Responsible for making a copy of any PNG files being loaded by the library.
- ApngImageDownloader(Context) - Constructor for class com.github.sahasbhop.apngview.assist.ApngImageDownloader
-
- ApngImageLoader - Class in com.github.sahasbhop.apngview
-
Main class for APNG image loading that inherited from UIL ImageLoader.
- ApngImageLoader() - Constructor for class com.github.sahasbhop.apngview.ApngImageLoader
-
- ApngImageLoader.ApngConfig - Class in com.github.sahasbhop.apngview
-
- ApngImageLoaderCallback - Interface in com.github.sahasbhop.apngview.assist
-
Interface for listening whether an APNG image is finished loading.
- ApngImageLoadingListener - Class in com.github.sahasbhop.apngview.assist
-
- ApngImageLoadingListener(Context, Uri, ApngImageLoaderCallback) - Constructor for class com.github.sahasbhop.apngview.assist.ApngImageLoadingListener
-
- AssistUtil - Class in com.github.sahasbhop.apngview.assist
-
- autoPlay - Variable in class com.github.sahasbhop.apngview.ApngImageLoader.ApngConfig
-