Skip navigation links
D G H I M O P R S T 

D

DEFAULT_TRANSITION_DURATION - Static variable in class hk.skriptose.sampleimage.RandomTransitionGenerator
Default value for the transition duration in milliseconds.

G

generateNextTransition(RectF, RectF) - Method in class hk.skriptose.sampleimage.RandomTransitionGenerator
 
generateNextTransition(RectF, RectF) - Method in interface hk.skriptose.sampleimage.TransitionGenerator
Generates the next transition to be played by the SampleImage.
getDestinyRect() - Method in class hk.skriptose.sampleimage.Transition
Gets the rect that will take the scene when a Ken Burns transition ends.
getDuration() - Method in class hk.skriptose.sampleimage.Transition
Gets the duration of this transition.
getInterpolatedRect(long) - Method in class hk.skriptose.sampleimage.Transition
Gets the current rect that represents the part of the image to take the scene in the current frame.
getRectRatio(RectF) - Static method in class hk.skriptose.sampleimage.MathUtils
Computes the aspect ratio of a given rect.
getSourceRect() - Method in class hk.skriptose.sampleimage.Transition
Gets the rect that will take the scene when a Ken Burns transition starts.

H

haveSameAspectRatio(RectF, RectF) - Static method in class hk.skriptose.sampleimage.MathUtils
Checks whether two RectF have the same aspect ratio.
hk.skriptose.sampleimage - package hk.skriptose.sampleimage
 

I

IncompatibleRatioException - Exception in hk.skriptose.sampleimage
 
IncompatibleRatioException() - Constructor for exception hk.skriptose.sampleimage.IncompatibleRatioException
 

M

MathUtils - Class in hk.skriptose.sampleimage
Helper class to perform math computations.
MathUtils() - Constructor for class hk.skriptose.sampleimage.MathUtils
 

O

onDraw(Canvas) - Method in class hk.skriptose.sampleimage.SampleImage
 
onSizeChanged(int, int, int, int) - Method in class hk.skriptose.sampleimage.SampleImage
 
onTransitionEnd(Transition) - Method in interface hk.skriptose.sampleimage.SampleImage.TransitionListener
Notifies the end of a transition.
onTransitionStart(Transition) - Method in interface hk.skriptose.sampleimage.SampleImage.TransitionListener
Notifies the start of a transition.

P

pause() - Method in class hk.skriptose.sampleimage.SampleImage
Pauses the Ken Burns Effect animation.

R

RandomTransitionGenerator - Class in hk.skriptose.sampleimage
 
RandomTransitionGenerator() - Constructor for class hk.skriptose.sampleimage.RandomTransitionGenerator
 
RandomTransitionGenerator(long, Interpolator) - Constructor for class hk.skriptose.sampleimage.RandomTransitionGenerator
 
restart() - Method in class hk.skriptose.sampleimage.SampleImage
Creates a new transition and starts over.
resume() - Method in class hk.skriptose.sampleimage.SampleImage
Resumes the Ken Burns Effect animation.

S

SampleImage - Class in hk.skriptose.sampleimage
Created by Hailyn-PC on 21-06-2016.
SampleImage(Context) - Constructor for class hk.skriptose.sampleimage.SampleImage
 
SampleImage(Context, AttributeSet) - Constructor for class hk.skriptose.sampleimage.SampleImage
 
SampleImage(Context, AttributeSet, int) - Constructor for class hk.skriptose.sampleimage.SampleImage
 
SampleImage.TransitionListener - Interface in hk.skriptose.sampleimage
A transition listener receives notifications when a transition starts or ends.
setImageBitmap(Bitmap) - Method in class hk.skriptose.sampleimage.SampleImage
 
setImageDrawable(Drawable) - Method in class hk.skriptose.sampleimage.SampleImage
 
setImageResource(int) - Method in class hk.skriptose.sampleimage.SampleImage
 
setImageURI(Uri) - Method in class hk.skriptose.sampleimage.SampleImage
 
setScaleType(ImageView.ScaleType) - Method in class hk.skriptose.sampleimage.SampleImage
 
setTransitionDuration(long) - Method in class hk.skriptose.sampleimage.RandomTransitionGenerator
Sets the duration, in milliseconds, for each transition generated.
setTransitionGenerator(TransitionGenerator) - Method in class hk.skriptose.sampleimage.SampleImage
Sets the TransitionGenerator to be used in animations.
setTransitionInterpolator(Interpolator) - Method in class hk.skriptose.sampleimage.RandomTransitionGenerator
Sets the Interpolator for each transition generated.
setTransitionListener(SampleImage.TransitionListener) - Method in class hk.skriptose.sampleimage.SampleImage
 
setVisibility(int) - Method in class hk.skriptose.sampleimage.SampleImage
 

T

Transition - Class in hk.skriptose.sampleimage
 
Transition(RectF, RectF, long, Interpolator) - Constructor for class hk.skriptose.sampleimage.Transition
 
TransitionGenerator - Interface in hk.skriptose.sampleimage
 
truncate(float, int) - Static method in class hk.skriptose.sampleimage.MathUtils
Truncates a float number f to decimalPlaces.
D G H I M O P R S T 
Skip navigation links