Methods
|
|
|
|
__init__
|
__init__ (
self,
points,
**attr,
)
|
|
_circle
|
_circle (
self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='',
)
|
|
_cross
|
_cross (
self,
c,
xc,
yc,
size=1,
fill='black',
outline=None,
fillstyle='',
)
|
|
_dot
|
_dot (
self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='',
)
|
|
_drawmarkers
|
_drawmarkers (
self,
c,
coords,
marker='circle',
color='black',
fillstyle='',
fillcolor='',
size=2,
)
|
|
_plus
|
_plus (
self,
c,
xc,
yc,
size=1,
fill='black',
outline=None,
fillstyle='',
)
|
|
_square
|
_square (
self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='',
)
|
|
_triangle
|
_triangle (
self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='',
)
|
|
_triangle_down
|
_triangle_down (
self,
c,
xc,
yc,
size=1,
fill='',
outline='black',
fillstyle='',
)
|
|
draw
|
draw ( self, canvas )
|
|