this is a specialized drawable that is of point nature - that is has x,y coords
that define its position
Methods
|
|
__init__
_get_x
_get_y
_set_x
_set_y
copy_settings
|
|
__init__
|
__init__ ( self )
|
|
_get_x
|
_get_x ( self )
x
|
|
_get_y
|
_get_y ( self )
y
|
|
_set_x
|
_set_x ( self, x )
|
|
_set_y
|
_set_y ( self, y )
|
|
copy_settings
|
copy_settings ( self, other )
copies settings of self to other, does not check if other is capable of receiving it
|
|