- java.lang.Object
-
- util.ui.TimeFormatter
-
public class TimeFormatter extends java.lang.Object
Formats a Time to a String.- Author:
- bodum
-
-
Constructor Summary
Constructors Constructor Description TimeFormatter()
Use Format from the SettingsTimeFormatter(java.lang.String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
formatTime(int hours, int minutes)
Converts a Time into a String.
-