All Hands
All the standard types of hands
Description
This examples shows all the standard types of hand: Month, DayOfMonth, DayOfWeek, Hour24, Hour, Minute, Second.
Anatomy
Simple face image with 4 subdials and 4 types of hands.
XML Settings File
<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
face="all_hands_face"
useSystemTime="true">
<hand
image="all_hands_small_hand"
axisFacePoint="767:767"
axisPoint="34:199"
shadow="true"
shadowBlurRadius="15"
shadowOffset="5:5"
type="Month"/>
<hand
image="all_hands_small_hand"
axisFacePoint="1457:767"
axisPoint="34:199"
shadow="true"
shadowBlurRadius="15"
shadowOffset="5:5"
type="DayOfMonth"/>
<hand
image="all_hands_small_hand"
axisFacePoint="767:1457"
axisPoint="34:199"
shadow="true"
shadowBlurRadius="15"
shadowOffset="5:5"
type="DayOfWeek"/>
<hand
image="all_hands_small_hand"
axisFacePoint="1457:1457"
axisPoint="34:199"
shadow="true"
shadowBlurRadius="15"
shadowOffset="5:5"
type="Hour24"/>
<hand
image="all_hands_hour_hand"
axisFacePoint="1111:1111"
axisPoint="88:673"
shadow="true"
shadowBlurRadius="20"
shadowOffset="10:10"
type="Hour"/>
<hand
image="all_hands_minute_hand"
axisFacePoint="1111:1111"
axisPoint="57:912"
shadow="true"
shadowBlurRadius="25"
shadowOffset="15:15"
type="Minute"/>
<hand
image="all_hands_second_hand"
axisFacePoint="1111:1111"
axisPoint="40:1048"
shadow="true"
shadowBlurRadius="30"
shadowOffset="20:20"
type="Second"/>
</TrueAnalogClock>
Manual code
No.