Package 

Class GradientStrokeContent

  • All Implemented Interfaces:
    com.airbnb.lottie.animation.content.Content , com.airbnb.lottie.animation.content.DrawingContent , com.airbnb.lottie.animation.content.KeyPathElementContent , com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation.AnimationListener , com.airbnb.lottie.model.KeyPathElement

    
    public class GradientStrokeContent
    extends BaseStrokeContent
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      String getName()
      void draw(Canvas canvas, Matrix parentMatrix, int parentAlpha, DropShadow shadowToApply)
      <T> void addValueCallback(T property, @Nullable() LottieValueCallback<T> callback) The overridden method should handle appropriate properties and set value callbacks on theiranimations.
      • Methods inherited from class com.airbnb.lottie.animation.content.BaseStrokeContent

        draw, getBounds, onValueChanged, resolveKeyPath, setContents
      • Methods inherited from class com.airbnb.lottie.animation.content.DrawingContent

        draw
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait