 
       wx.lib.analogclock.helpers.HandSet¶
  wx.lib.analogclock.helpers.HandSet¶Manages the set of hands.
 Methods Summary¶
 Methods Summary¶| __init__ | |
| Draw | |
| GetBorderColour | |
| GetBorderWidth | |
| GetFillColour | |
| GetShadowColour | |
| GetSize | |
| RecalcCoords | |
| SetBorderColour | |
| SetBorderWidth | |
| SetFillColour | |
| SetMaxRadius | |
| SetShadowColour | |
| SetSize | 
 Class API¶
 Class API¶HandSet¶Manages the set of hands.
__init__(self, parent, h, m, s)¶Draw(self, dc)¶GetBorderColour(self, target)¶GetBorderWidth(self, target)¶GetFillColour(self, target)¶GetShadowColour(self)¶GetSize(self, target)¶RecalcCoords(self, clocksize, centre, scale)¶SetBorderColour(self, colour, target)¶SetBorderWidth(self, width, target)¶SetFillColour(self, colour, target)¶SetMaxRadius(self, radius)¶SetShadowColour(self, colour)¶SetSize(self, size, target)¶