|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object util.ui.TimeFormatter
public class TimeFormatter
Formats a Time to a String.
Constructor Summary | |
---|---|
TimeFormatter()
Use Format from the Settings |
|
TimeFormatter(java.lang.String format)
|
Method Summary | |
---|---|
java.lang.String |
formatTime(int hours,
int minutes)
Converts a Time into a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeFormatter()
public TimeFormatter(java.lang.String format)
format
- Format to use. See SimpleDateFormat
.Method Detail |
---|
public java.lang.String formatTime(int hours, int minutes)
hours
- Hour (24-Hour-Format!)minutes
- Minutes
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |