- 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