| Method Summary |
| Inherited from RectEllipse |
| |
__init__(self,
XY,
WH,
LineColor,
LineStyle,
LineWidth,
FillColor,
FillStyle,
InForeground)
|
| |
CalcBoundingBox(self)
|
| |
SetShape(self,
XY,
WH)
|
| |
SetUpDraw(self,
dc,
WorldToPixel,
ScaleWorldToPixel,
HTdc)
|
| 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 |
| |
Move(self,
Delta)
Move(Delta): moves the object by delta, where delta is a
(dx,dy) pair. |
| |
SetPoint(self,
xy)
|
| Inherited from LineAndFillMixin |
| |
SetFillColor(self,
FillColor)
|
| |
SetFillStyle(self,
FillStyle)
|
| Inherited from LineOnlyMixin |
| |
SetLineColor(self,
LineColor)
|
| |
SetLineStyle(self,
LineStyle)
|
| |
SetLineWidth(self,
LineWidth)
|