Public Member Functions | |
def | __init__ |
def | start |
def | stop |
def | tick |
Public Attributes | |
dot_widget | |
timeout_id | |
Static Public Attributes | |
float | step = 0.03 |
def xdot.Animation.__init__ | ( | self, | |
dot_widget | |||
) |
def xdot.Animation.start | ( | self | ) |
Reimplemented in xdot.LinearAnimation, and xdot.NoAnimation.
def xdot.Animation.stop | ( | self | ) |
Reimplemented in xdot.NoAnimation.
def xdot.Animation.tick | ( | self | ) |
Reimplemented in xdot.LinearAnimation.
float xdot.Animation::step = 0.03 [static] |