ArrowMarker

This a python binding to the C++ class Mantidplot::ArrowMarker.

class mantidplot.ArrowMarker

ArrowMarker()

__init__

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

drawEndArrow(bool=True)
drawStartArrow(bool=True)
fillArrowHead(bool=True)
setColor(QColor)
setEnd(float, float)
setHeadAngle(int)
setHeadLength(int)
setStart(float, float)
setStyle(Qt.PenStyle)
setWidth(float)