Package com.twelvemonkeys.util
Class SecondsFormatter
- java.lang.Object
-
- com.twelvemonkeys.util.TimeFormatter
-
- com.twelvemonkeys.util.SecondsFormatter
-
class SecondsFormatter extends TimeFormatter
Formats the seconds part of the Time
-
-
Field Summary
-
Fields inherited from class com.twelvemonkeys.util.TimeFormatter
digits
-
-
Constructor Summary
Constructors Constructor Description SecondsFormatter(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
-
-