Base class for face, hands and tick marks.
| Method Summary |
| |
__init__(self,
idx,
pos,
size,
offset,
clocksize,
scale,
rotate,
kind)
|
| |
Draw(self,
dc,
offset)
|
| |
DrawRotated(self,
dc,
offset)
|
| |
DrawStraight(self,
dc,
offset)
|
| |
GetIsRotated(self,
rotate)
|
| |
GetMaxSize(self,
scale)
|
| |
GetOffset(self)
|
| |
GetPolygon(self)
|
| |
GetScale(self)
|
| |
GetSize(self)
|
| |
RecalcCoords(self,
clocksize,
centre,
scale)
|
| |
SetClockSize(self,
clocksize)
|
| |
SetIsRotated(self,
rotate)
|
| |
SetOffset(self,
offset)
|
| |
SetPolygon(self,
polygon)
|
| |
SetPosition(self,
pos)
|
| |
SetScale(self,
scale)
|
| |
SetSize(self,
size)
|