python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.shapes.LineCap Class Reference
Inheritance diagram for lottie.objects.shapes.LineCap:
[legend]
Collaboration diagram for lottie.objects.shapes.LineCap:
[legend]

Static Public Attributes

int Butt = 1
 
int Round = 2
 
int Square = 3
 

Additional Inherited Members

- Public Member Functions inherited from lottie.objects.base.LottieEnum
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottieint)
 Loads from a JSON object. More...
 
def clone (self)
 Returns a copy of the object. More...
 
- Public Member Functions inherited from lottie.objects.base.EnumMeta
def __new__ (cls, name, bases, classdict)
 

Detailed Description

Definition at line 596 of file shapes.py.

Member Data Documentation

◆ Butt

int lottie.objects.shapes.LineCap.Butt = 1
static

Definition at line 597 of file shapes.py.

◆ Round

int lottie.objects.shapes.LineCap.Round = 2
static

Definition at line 598 of file shapes.py.

◆ Square

int lottie.objects.shapes.LineCap.Square = 3
static

Definition at line 599 of file shapes.py.


The documentation for this class was generated from the following file: