Interface DrawingContent
-
- All Superinterfaces:
Content
- All Known Implementing Classes:
BaseLayer,BaseStrokeContent,CompositionLayer,ContentGroup,FillContent,GradientFillContent,GradientStrokeContent,ImageLayer,NullLayer,RepeaterContent,ShapeLayer,SolidLayer,StrokeContent,TextLayer
public interface DrawingContent extends Content
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddraw(Canvas canvas, Matrix parentMatrix, int alpha)voidgetBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents)-
Methods inherited from interface com.airbnb.lottie.animation.content.Content
getName, setContents
-
-