Disk

Clock with digits on rotating disks

Description

All three hands have standard types, underFace attribute and created as disks with digits.

Anatomy

Face with transparent window and 3 disk hands with underFace attribute.

XML Settings File

<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
    face="disk_face"
    useSystemTime="true">

    <hand
        image="disk_hand_second"
        axisFacePoint="1060:1060"
        axisPoint="886:886"
        shadow="false"
        type="Second"
        underFace="true"/>

    <hand
        image="disk_hand_minute"
        axisFacePoint="1060:1060"
        axisPoint="749:749"
        shadow="false"
        type="Minute"
        underFace="true"/>

    <hand
        image="disk_hand_hour"
        axisFacePoint="1060:1060"
        axisPoint="499:499"
        shadow="false"
        type="Hour"
        underFace="true"/>

</TrueAnalogClock>

Manual code

No.