Draws an arrow
It will draw an arrow , starting at the point XY
points at an angle
defined by Direction
.
wx.lib.floatcanvas.FCObjects.DrawObject
, wx.lib.floatcanvas.FCObjects.LineOnlyMixin
, wx.lib.floatcanvas.FCObjects.XYObjectMixin
__init__ |
Default class constructor. |
CalcArrowPoints |
Calculate the arrow points. |
SetDirection |
Set the direction |
SetLength |
Set the length |
SetLengthDirection |
Set the lenght and direction |
Arrow
(XYObjectMixin, LineOnlyMixin, DrawObject)¶Draws an arrow
It will draw an arrow , starting at the point XY
points at an angle
defined by Direction
.
__init__
(self, XY, Length, Direction, LineColor = "Black", LineStyle = "Solid", LineWidth = 2, ArrowHeadSize = 8, ArrowHeadAngle = 30, InForeground = False)¶Default class constructor.
Parameters: |
|
---|
CalcArrowPoints
(self)¶Calculate the arrow points.
SetDirection
(self, Direction)¶Set the direction
Parameters: | Direction (integer) – angle of arrow in degrees, zero is straight up + angle is to the right |
---|
SetLength
(self, Length)¶Set the length
Parameters: | Length (integer) – length of arrow in pixels |
---|
SetLengthDirection
(self, Length, Direction)¶Set the lenght and direction
Parameters: |
|
---|