python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.utils.restructure.RestructuredShapeGroup Class Reference

Public Member Functions

def __init__ (self, lottie)
 
def empty (self)
 
def finalize (self, thresh=6)
 
def subgroups (self)
 
def add (self, child)
 

Public Attributes

 lottie
 
 children
 
 fill
 
 stroke
 
 layer
 
 paths
 
 stroke_above
 

Detailed Description

Definition at line 20 of file restructure.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.utils.restructure.RestructuredShapeGroup.__init__ (   self,
  lottie 
)

Definition at line 21 of file restructure.py.

Member Function Documentation

◆ add()

def lottie.utils.restructure.RestructuredShapeGroup.add (   self,
  child 
)

Definition at line 49 of file restructure.py.

◆ empty()

def lottie.utils.restructure.RestructuredShapeGroup.empty (   self)

Definition at line 30 of file restructure.py.

◆ finalize()

def lottie.utils.restructure.RestructuredShapeGroup.finalize (   self,
  thresh = 6 
)

Definition at line 33 of file restructure.py.

◆ subgroups()

def lottie.utils.restructure.RestructuredShapeGroup.subgroups (   self)

Definition at line 44 of file restructure.py.

Member Data Documentation

◆ children

lottie.utils.restructure.RestructuredShapeGroup.children

Definition at line 23 of file restructure.py.

◆ fill

lottie.utils.restructure.RestructuredShapeGroup.fill

Definition at line 24 of file restructure.py.

◆ layer

lottie.utils.restructure.RestructuredShapeGroup.layer

Definition at line 26 of file restructure.py.

◆ lottie

lottie.utils.restructure.RestructuredShapeGroup.lottie

Definition at line 22 of file restructure.py.

◆ paths

lottie.utils.restructure.RestructuredShapeGroup.paths

Definition at line 27 of file restructure.py.

◆ stroke

lottie.utils.restructure.RestructuredShapeGroup.stroke

Definition at line 25 of file restructure.py.

◆ stroke_above

lottie.utils.restructure.RestructuredShapeGroup.stroke_above

Definition at line 28 of file restructure.py.


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