Methods
|
|
__init__
_draw_chunk
bbox
delete
draw
get_chunks
lift
move
move_to
|
|
__init__
|
__init__ (
self,
canvas,
xy,
text,
font=None,
pos="center-first",
fill='#000',
big_charges=True,
)
|
|
_draw_chunk
|
_draw_chunk (
self,
chunk,
scale=1,
)
|
|
bbox
|
bbox ( self )
returns the bounding box of the object as a list of [x1,y1,x2,y2]
|
|
delete
|
delete ( self )
|
|
draw
|
draw ( self )
|
|
get_chunks
|
get_chunks ( self )
|
|
lift
|
lift ( self )
|
|
move
|
move (
self,
dx,
dy,
)
|
|
move_to
|
move_to (
self,
x,
y,
)
|
|