.. include:: headings.inc .. currentmodule:: lib.analogclock.helpers .. highlight:: python .. _lib.analogclock.helpers.Hand: ========================================================================================================================================== |phoenix_title| **Hand** ========================================================================================================================================== Holds info about a clock hand. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **Hand** .. raw:: html

Inheritance diagram of Hand

| |super_classes| Known Superclasses ================================== :class:`lib.analogclock.helpers.ElementWithDyer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.analogclock.helpers.Hand.__init__` :meth:`~lib.analogclock.helpers.Hand.Draw` :meth:`~lib.analogclock.helpers.Hand.RecalcCoords` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: Hand(ElementWithDyer) Holds info about a clock hand. .. method:: __init__(self, \*\*kwargs) .. method:: Draw(self, dc, end, offset=0) .. method:: RecalcCoords(self, clocksize, centre, scale)