|
Class PointLabel
Label attached to points on the diagram
|
__init__(self,
point,
text,
displace=0.3,
angle=0)
|
|
getPoint(self)
Get the point associated with this label.
|
|
setPoint(self,
point)
Set the point associated with this label.
|
|
draw(self,
canvas)
Draw this label on the supplied canvas.
|
Inherited from utils.Visible :
__cmp__ ,
getDepth ,
getPath ,
getVisiblePath ,
isVisible ,
setDepth
|
__init__(self,
point,
text,
displace=0.3,
angle=0)
(Constructor)
| | |
|