|
Class DecoratedLine
Base class for spring and sine-like lines
|
invert(self)
Reflect the line decoration about the line.
|
|
getNumHalfCycles(self)
Get the number of half cycles in this line.
|
|
getDeformedPath(self)
Get the deformed path.
|
Inherited from Line :
__init__ ,
addArrow ,
addLabel ,
addParallelArrow ,
addStyle ,
addStyles ,
arcThru ,
bend ,
draw ,
fracpoint ,
getPath ,
getStyles ,
getVisiblePath ,
removeArrows ,
removeLabels ,
set3D ,
setArrows ,
setStyles ,
straighten
Inherited from utils.Visible :
__cmp__ ,
getDepth ,
isVisible ,
setDepth
|
|