[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

ClockFace

mixes in with Object

ClockFace



Operations

Get list of all operations

ClockHandEndPoints
DrawClockFace
DrawClockHand
FaceBox


Attributes

Get list of all attributes

HasSecondHand


Fields

No fields are defined by ClockFace or any of its superclasses.


Instance template

Class ClockFace cannot be instantiated.


Class definition

Define Class ClockFace;
    mixes in with Object;

    operation ClockHandEndPoints(time: Unsigned; whichHand: UnsignedShort;
        length: Micron; overlap: Micron; center: Dot;
        var centerTip: Dot; var edgeTip: Dot);
    operation DrawClockHand(whichHand: UnsignedShort; inner: Dot; outer: Dot;
        thickness: Micron; shadowFlag: Boolean);
    operation DrawClockFace(time: Unsigned);
    operation FaceBox(var faceBox: Box);
    attribute HasSecondHand: Boolean, readOnly, safe, common;
end class;