Package com.airbnb.lottie.model.layer
Class Layer
- java.lang.Object
-
- com.airbnb.lottie.model.layer.Layer
-
public class Layer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLayer.LayerTypestatic classLayer.MatteType
-
Constructor Summary
Constructors Constructor Description Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long layerId, Layer.LayerType layerType, long parentId, String refId, List<Mask> masks, AnimatableTransform transform, int solidWidth, int solidHeight, int solidColor, float timeStretch, float startFrame, int preCompWidth, int preCompHeight, AnimatableTextFrame text, AnimatableTextProperties textProperties, List<Keyframe<Float>> inOutKeyframes, Layer.MatteType matteType, AnimatableFloatValue timeRemapping, boolean hidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()Layer.LayerTypegetLayerType()booleanisHidden()StringtoString()StringtoString(String prefix)
-
-
-
Constructor Detail
-
Layer
public Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long layerId, Layer.LayerType layerType, long parentId, @Nullable String refId, List<Mask> masks, AnimatableTransform transform, int solidWidth, int solidHeight, int solidColor, float timeStretch, float startFrame, int preCompWidth, int preCompHeight, @Nullable AnimatableTextFrame text, @Nullable AnimatableTextProperties textProperties, List<Keyframe<Float>> inOutKeyframes, Layer.MatteType matteType, @Nullable AnimatableFloatValue timeRemapping, boolean hidden)
-
-