ArrowMarker

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

class mantidplot.ArrowMarker

ArrowMarker()

__init__

x.__init__(...) initializes x; see help(type(x)) for signature

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