pyfeyn is hosted by Hepforge, IPPP Durham

Package pyfeyn :: Module lines :: Class MultiLine
[hide private]
[frames] | no frames]

Class MultiLine




A class for drawing multiple parallel straight lines.

Instance Methods [hide private]
  __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


Method Details [hide private]

__init__(self, point1, point2, n=5, dist=0.2)
(Constructor)

 
None
Overrides: Line.__init__

draw(self, canvas)

 
Draw this multiline on the supplied canvas.
Overrides: Line.draw