Retrograde
Clock with 3 retrograde hands
Description
3 retrograde stndard hands: Hour24, Minute and Second. In addition second hand has counterclockwise direction.
Anatomy
3 retrograde subdials and 3 simple hands.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="retrograde_face"
useSystemTime="true">
<hand
angleOffset="-120"
angleRange="120"
image="retrograde_hand_hour"
axisFacePoint="793:855"
axisPoint="36:550"
shadow="true"
shadowBlurRadius="10"
shadowOffset="10:10"
type="Hour24"/>
<hand
angleRange="120"
image="retrograde_hand_minute"
axisFacePoint="1094:855"
axisPoint="27:543"
shadow="true"
shadowBlurRadius="10"
shadowOffset="10:10"
type="Minute"/>
<hand
angleOffset="-240"
angleRange="120"
counterclockwise="true"
image="retrograde_hand_second"
axisFacePoint="943:1115"
axisPoint="27:547"
shadow="true"
shadowBlurRadius="10"
shadowOffset="10:10"
type="Second"/>
</TrueAnalogClock>
Manual code
No.