Method Summary |
|
__init__(self,
XY,
Length,
Direction,
LineColor,
LineStyle,
LineWidth,
ArrowHeadSize,
ArrowHeadAngle,
InForeground)
|
|
CalcArrowPoints(self)
|
|
SetDirection(self,
Direction)
|
|
SetLength(self,
Length)
|
|
SetLengthDirection(self,
Length,
Direction)
|
Inherited from DrawObject |
|
Bind (self,
Event,
CallBackFun)
|
|
Hide (self)
|
|
PutInBackground (self)
|
|
PutInForeground (self)
|
|
SetBrush (self,
FillColor,
FillStyle)
|
|
SetHitBrush (self,
HitColor)
|
|
SetHitPen (self,
HitColor,
LineWidth)
|
|
SetPen (self,
LineColor,
LineStyle,
LineWidth)
|
|
Show (self)
|
|
UnBindAll (self)
|
Inherited from XYObjectMixin |
|
CalcBoundingBox (self)
|
|
Move (self,
Delta)
Move(Delta): moves the object by delta, where delta is a
(dx,dy) pair. |
|
SetPoint (self,
xy)
|
Inherited from LineOnlyMixin |
|
SetLineColor (self,
LineColor)
|
|
SetLineStyle (self,
LineStyle)
|
|
SetLineWidth (self,
LineWidth)
|