Canvas
 

# This module exports classes for the various canvas item types


 Classes
                                                                                                                                                                                                                               
CanvasItem
Arc
Bitmap
CanvasText
ImageItem
Line
Oval
Polygon
Rectangle
Window
Group


 class Arc(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Bitmap(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class CanvasItem
           no doc string
                                                                                                                                                                                                                     
__getitem__(self, key)
no doc string
__init__(self, canvas, itemType, *args, **kw)
no doc string
__repr__(self)
no doc string
__setitem__(self, key, value)
no doc string
__str__(self)
no doc string
addtag(self, tag, option='withtag')
no doc string
bbox(self)
no doc string
bind(self, sequence=None, command=None)
no doc string
__getitem__(self, key)
no doc string
config(self, cnf={}, **kw)
no doc string
coords(self, pts=())
no doc string
dchars(self, first, last=None)
no doc string
delete(self)
no doc string
dtag(self, ttd)
no doc string
focus(self)
no doc string
gettags(self)
no doc string
has_key(self, key)
no doc string
icursor(self, index)
no doc string
index(self, index)
no doc string
insert(self, beforethis, string)
no doc string
keys(self)
no doc string
lower(self, belowthis=None)
no doc string
move(self, xamount, yamount)
no doc string
tkraise(self, abovethis=None)
no doc string
scale(self, xorigin, yorigin, xscale, yscale)
no doc string
tkraise(self, abovethis=None)
no doc string
type(self)
no doc string
unbind(self, sequence)
no doc string


 class CanvasText(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Group
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, tag=None)
no doc string
str(self)
no doc string
_do(self, cmd, *args)
no doc string
addtag_above(self, tagOrId)
no doc string
addtag_all(self)
no doc string
addtag_below(self, tagOrId)
no doc string
addtag_closest(self, x, y, halo=None, start=None)
no doc string
addtag_enclosed(self, x1, y1, x2, y2)
no doc string
addtag_overlapping(self, x1, y1, x2, y2)
no doc string
addtag_withtag(self, tagOrId)
no doc string
bbox(self)
no doc string
bind(self, sequence=None, command=None)
no doc string
config(self, cnf={}, **kw)
no doc string
coords(self, *pts)
no doc string
dchars(self, first, last=None)
no doc string
delete(self)
no doc string
dtag(self, tagToDelete=None)
no doc string
focus(self)
no doc string
gettags(self)
no doc string
icursor(self, index)
no doc string
index(self, index)
no doc string
insert(self, beforeThis, string)
no doc string
tkraise(self, aboveThis=None)
no doc string
lower(self, belowThis=None)
no doc string
move(self, xAmount, yAmount)
no doc string
scale(self, xOrigin, yOrigin, xScale, yScale)
no doc string
select_adjust(self, index)
no doc string
select_from(self, index)
no doc string
select_to(self, index)
no doc string
str(self)
no doc string
tkraise(self, aboveThis=None)
no doc string
type(self)
no doc string
unbind(self, sequence)
no doc string


 class ImageItem(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Line(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Oval(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Polygon(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Rectangle(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string


 class Window(CanvasItem)
           no doc string
                                                                                                                                                                                                                     
__init__(self, canvas, *args, **kw)
no doc string