Skip navigation links
A C D E G I L M N O P R S 

A

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
 

C

checkCahceSize(File, long) - Static method in class com.github.sahasbhop.apngview.assist.AssistUtil
 
com.github.sahasbhop.apngview - package com.github.sahasbhop.apngview
 
com.github.sahasbhop.apngview.assist - package com.github.sahasbhop.apngview.assist
 

D

displayApng(String, ImageView, ApngImageLoader.ApngConfig) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
Load and display APNG in specific ImageView object with ApngConfig
displayApng(String, ImageView, DisplayImageOptions, ApngImageLoader.ApngConfig) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
Load and display APNG in specific ImageView object with DisplayImageOptions and ApngConfig
displayImage(String, ImageView) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
 
displayImage(String, ImageView, DisplayImageOptions) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
 
draw(Canvas) - Method in class com.github.sahasbhop.apngview.ApngDrawable
 

E

enableDebugLog - Static variable in class com.github.sahasbhop.apngview.ApngImageLoader
 
enableVerboseLog - Static variable in class com.github.sahasbhop.apngview.ApngImageLoader
 

G

getCopiedFile(Context, String) - Static method in class com.github.sahasbhop.apngview.assist.AssistUtil
Get a reference to a copied file
getFileName(File, int) - Static method in class com.github.sahasbhop.apngview.assist.ApngExtractFrames
Get a formatted file name for a PNG file, which is extracted from the source at a specific frame index
getFromView(View) - Static method in class com.github.sahasbhop.apngview.ApngDrawable
 
getInstance() - Static method in class com.github.sahasbhop.apngview.ApngImageLoader
 
getInstance() - Static method in class com.github.sahasbhop.apngview.assist.PngImageLoader
 
getNumFrames() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
getNumPlays() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
getOpacity() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
getStreamFromAssets(String, Object) - Method in class com.github.sahasbhop.apngview.assist.ApngImageDownloader
 
getStreamFromFile(String, Object) - Method in class com.github.sahasbhop.apngview.assist.ApngImageDownloader
 
getStreamFromNetwork(String, Object) - Method in class com.github.sahasbhop.apngview.assist.ApngImageDownloader
 
getWorkingDir(Context) - Static method in class com.github.sahasbhop.apngview.assist.AssistUtil
Get APNG working directory

I

init(Context) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
 
init(Context, ImageLoaderConfiguration, ImageLoaderConfiguration) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
 
isApng(File) - Static method in class com.github.sahasbhop.apngview.assist.AssistUtil
Check a file whether it is APNG
isRunning() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 

L

listFilesSortingByDate(File) - Static method in class com.github.sahasbhop.apngview.assist.AssistUtil
 

M

MAX_SIZE - Static variable in class com.github.sahasbhop.apngview.assist.AssistUtil
 

N

numPlays - Variable in class com.github.sahasbhop.apngview.ApngImageLoader.ApngConfig
 

O

onLoadFinish(boolean, String, View) - Method in interface com.github.sahasbhop.apngview.assist.ApngImageLoaderCallback
 
onLoadingCancelled(String, View) - Method in class com.github.sahasbhop.apngview.assist.ApngImageLoadingListener
 
onLoadingComplete(String, View, Bitmap) - Method in class com.github.sahasbhop.apngview.assist.ApngImageLoadingListener
 
onLoadingFailed(String, View, FailReason) - Method in class com.github.sahasbhop.apngview.assist.ApngImageLoadingListener
 
onLoadingStarted(String, View) - Method in class com.github.sahasbhop.apngview.assist.ApngImageLoadingListener
 

P

PngImageLoader - Class in com.github.sahasbhop.apngview.assist
 
PngImageLoader() - Constructor for class com.github.sahasbhop.apngview.assist.PngImageLoader
 
process(File) - Static method in class com.github.sahasbhop.apngview.assist.ApngExtractFrames
Reads a APNG file and tries to split it into its frames - low level! Returns number of animation frames extracted

R

recycleBitmaps() - Method in class com.github.sahasbhop.apngview.ApngDrawable
Cleanup bitmap cached used for playing an animation
run() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 

S

setAlpha(int) - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
setColorFilter(ColorFilter) - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
setEnableDebugLog(boolean) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
 
setEnableVerboseLog(boolean) - Method in class com.github.sahasbhop.apngview.ApngImageLoader
 
setNumPlays(int) - Method in class com.github.sahasbhop.apngview.ApngDrawable
Specify number of repeating.
start() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
stop() - Method in class com.github.sahasbhop.apngview.ApngDrawable
 
A C D E G I L M N O P R S 
Skip navigation links