Skip navigation links
A C G O R S 

A

AnimatedSvgView - Class in com.jaredrummler.android.widget
Animated SVG Drawing for Android
AnimatedSvgView(Context) - Constructor for class com.jaredrummler.android.widget.AnimatedSvgView
 
AnimatedSvgView(Context, AttributeSet) - Constructor for class com.jaredrummler.android.widget.AnimatedSvgView
 
AnimatedSvgView(Context, AttributeSet, int) - Constructor for class com.jaredrummler.android.widget.AnimatedSvgView
 
AnimatedSvgView.OnStateChangeListener - Interface in com.jaredrummler.android.widget
Callback for listening to animation state changes
AnimatedSvgView.State - Annotation Type in com.jaredrummler.android.widget
 

C

com.jaredrummler.android.widget - package com.jaredrummler.android.widget
 

G

getState() - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Get the animation state.

O

onDraw(Canvas) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
 
onMeasure(int, int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
 
onSizeChanged(int, int, int, int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
 
onStateChange(int) - Method in interface com.jaredrummler.android.widget.AnimatedSvgView.OnStateChangeListener
Called when the animation state changes.

R

rebuildGlyphData() - Method in class com.jaredrummler.android.widget.AnimatedSvgView
If you set the SVG data paths more than once using AnimatedSvgView.setGlyphStrings(String...) you should call this method before playing the animation.
reset() - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Reset the animation

S

setFillColor(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the color used for the icon.
setFillColors(int[]) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the colors for the SVG.
setFillStart(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the time at which colors will start being filled after the tracing begins
setFillTime(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the time it takes to fill colors
setGlyphStrings(String...) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the SVG path data.
setOnStateChangeListener(AnimatedSvgView.OnStateChangeListener) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Get notified about the animation states.
setToFinishedFrame() - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Draw the SVG, skipping any animation.
setTraceColor(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the color used for tracing.
setTraceColors(int[]) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the colors used to trace the SVG.
setTraceResidueColor(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the color used for tracing.
setTraceResidueColors(int[]) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the colors used during tracing the SVG
setTraceTime(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the animation trace time
setTraceTimePerGlyph(int) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the time used to trace each glyph
setViewportSize(float, float) - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Set the viewport width and height of the SVG.
start() - Method in class com.jaredrummler.android.widget.AnimatedSvgView
Start the animation
STATE_FILL_STARTED - Static variable in class com.jaredrummler.android.widget.AnimatedSvgView
The SVG has been traced and is now being filled
STATE_FINISHED - Static variable in class com.jaredrummler.android.widget.AnimatedSvgView
The animation has finished
STATE_NOT_STARTED - Static variable in class com.jaredrummler.android.widget.AnimatedSvgView
The animation has been reset or hasn't started yet.
STATE_TRACE_STARTED - Static variable in class com.jaredrummler.android.widget.AnimatedSvgView
The SVG is being traced
A C G O R S 
Skip navigation links