Lines Matching full:clock
32 * A class that draws an analog clock face with information about the current
35 public class Clock {
53 public Clock() {
63 * @param radius the radius of the outer rim of the clock
65 * @param cx the X coordinate of the clock center
66 * @param cy the Y coordinate of the clock center
157 * Set the city to be displayed. setCity(null) resets things so the clock
181 * Draws the clock face.
184 * @param cx the X coordinate of the clock center
185 * @param cy the Y coordinate of the clock center
186 * @param radius the radius of the clock face
187 * @param alpha the translucency of the clock face