Jump Hour
Clock with jump hour horology feature
Description
Clock with hour displayed in digital format through special window on the face.
Anatomy
Face with window for hour. Hour hand implemented as disk with jumping and underFace attributes.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="jump_hour_face"
useSystemTime="true">
<hand
image="jump_hour_hand_hour"
jumping="true"
axisFacePoint="723:723"
axisPoint="502:502"
type="Hour"
counterclockwise="true"
underFace="true"/>
<hand
image="jump_hour_hand_minute"
axisFacePoint="723:723"
axisPoint="37:655"
shadow="true"
shadowBlurRadius="6"
shadowOffset="10:10"
type="Minute"/>
<hand
image="jump_hour_hand_second"
axisFacePoint="723:1046"
axisPoint="29:209"
shadow="true"
shadowBlurRadius="5"
shadowOffset="5:5"
type="Second"/>
</TrueAnalogClock>
Manual code
No.