Package com.twelvemonkeys.util
Class TimeFormatter
- java.lang.Object
-
- com.twelvemonkeys.util.TimeFormatter
-
- Direct Known Subclasses:
MinutesFormatter
,SecondsFormatter
,TextFormatter
abstract class TimeFormatter extends java.lang.Object
The base class of TimeFormatters
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
digits
-
Constructor Summary
Constructors Constructor Description TimeFormatter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract java.lang.String
format(Time t)
-
-
-
Method Detail
-
format
abstract java.lang.String format(Time t)
-
-