Searched defs:hour (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/
H A DAnalogClock.java137 // 43200000 = 1000 * 60 * 60 * 12 = milliseconds in 12-hour change
342 int hour = cal.get(Calendar.HOUR);
346 return amPmToRadians(amPm, hour, minute, second);
778 * Gets the color of the hour mark on the clock face.
832 int hour = cal.get(Calendar.HOUR);
835 return hourToRadians(hour, minute, second);
914 * Sets the color of the hour mark on the clock face.
1082 resource = "time.tooltip.hour";
1107 public static float amPmToRadians(int amPm, int hour, int minute, argument
1110 hour
1115 hourToRadians(int hour, int minute, int second) argument
[all...]

Completed in 273 milliseconds