Public Member Functions | |
def | __init__ |
def | animate |
Public Attributes | |
source_x | |
source_y | |
target_x | |
target_y |
def xdot.xdot.MoveToAnimation.__init__ | ( | self, | |
dot_widget, | |||
target_x, | |||
target_y | |||
) |
Reimplemented in xdot.xdot.ZoomToAnimation.
def xdot.xdot.MoveToAnimation.animate | ( | self, | |
t | |||
) |
Reimplemented from xdot.xdot.LinearAnimation.
Reimplemented in xdot.xdot.ZoomToAnimation.