 wx.lib.floatcanvas.FCObjects.ArrowLine¶
 wx.lib.floatcanvas.FCObjects.ArrowLine¶Draws an arrow line.
It will draw a set of arrows from point to point.
It takes a list of 2-tuples, or a NX2 NumPy Float array of point coordinates.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class ArrowLine:
Inheritance diagram for class ArrowLine:
 Known Superclasses¶
 Known Superclasses¶wx.lib.floatcanvas.FCObjects.DrawObject, wx.lib.floatcanvas.FCObjects.LineOnlyMixin, wx.lib.floatcanvas.FCObjects.PointsObjectMixin
 Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Calculate the arrow points. | 
 Class API¶
 Class API¶Draws an arrow line.
It will draw a set of arrows from point to point.
It takes a list of 2-tuples, or a NX2 NumPy Float array of point coordinates.
Default class constructor.
Points – takes a 2-tuple, or a (2,) NumPy array of point coordinates
LineColor – see SetColor
LineStyle – see SetLineStyle
LineWidth – see SetLineWidth
ArrowHeadSize – size of arrow head in pixels
ArrowHeadAngle – angle of arrow head in degrees
InForeground (boolean) – should object be in foreground
Calculate the arrow points.