|
Class MultiLine
A class for drawing multiple parallel straight lines.
|
__init__(self,
point1,
point2,
n=5,
dist=0.2)
|
|
draw(self,
canvas)
Draw this multiline on the supplied canvas.
|
Inherited from Line :
addArrow ,
addLabel ,
addParallelArrow ,
addStyle ,
addStyles ,
arcThru ,
bend ,
fracpoint ,
getPath ,
getStyles ,
getVisiblePath ,
removeArrows ,
removeLabels ,
set3D ,
setArrows ,
setStyles ,
straighten
Inherited from utils.Visible :
__cmp__ ,
getDepth ,
isVisible ,
setDepth
|
__init__(self,
point1,
point2,
n=5,
dist=0.2)
(Constructor)
| | |
|