Package com.twelvemonkeys.util
Class MinutesFormatter
- java.lang.Object
-
- com.twelvemonkeys.util.TimeFormatter
-
- com.twelvemonkeys.util.MinutesFormatter
-
class MinutesFormatter extends TimeFormatter
Formats the minutes part of the Time
-
-
Field Summary
-
Fields inherited from class com.twelvemonkeys.util.TimeFormatter
digits
-
-
Constructor Summary
Constructors Constructor Description MinutesFormatter(int pDigits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
format(Time t)
-
-
-
Method Detail
-
format
java.lang.String format(Time t)
- Specified by:
format
in classTimeFormatter
-
-