-
public class Layer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLayer.LayerTypepublic enumLayer.MatteType
-
Field Summary
Fields Modifier and Type Field Description private final Layer.LayerTypelayerTypeprivate final StringrefIdprivate final BlurEffectblurEffectprivate final DropShadowEffectdropShadowEffectprivate final LBlendModeblendMode
-
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, float preCompWidth, float preCompHeight, AnimatableTextFrame text, AnimatableTextProperties textProperties, List<Keyframe<Float>> inOutKeyframes, Layer.MatteType matteType, AnimatableFloatValue timeRemapping, boolean hidden, BlurEffect blurEffect, DropShadowEffect dropShadowEffect, LBlendMode blendMode)
-
Method Summary
Modifier and Type Method Description Layer.LayerTypegetLayerType()StringgetRefId()BlurEffectgetBlurEffect()DropShadowEffectgetDropShadowEffect()LBlendModegetBlendMode()longgetId()StringgetName()StringtoString()booleanisHidden()StringtoString(String prefix)-
-
Constructor Detail
-
Layer
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, float preCompWidth, float preCompHeight, AnimatableTextFrame text, AnimatableTextProperties textProperties, List<Keyframe<Float>> inOutKeyframes, Layer.MatteType matteType, AnimatableFloatValue timeRemapping, boolean hidden, BlurEffect blurEffect, DropShadowEffect dropShadowEffect, LBlendMode blendMode)
-
-
Method Detail
-
getLayerType
Layer.LayerType getLayerType()
-
getBlurEffect
@Nullable() BlurEffect getBlurEffect()
-
getDropShadowEffect
@Nullable() DropShadowEffect getDropShadowEffect()
-
getBlendMode
@Nullable() LBlendMode getBlendMode()
-
getId
long getId()
-
isHidden
boolean isHidden()
-
-
-
-