Package com.twelvemonkeys.util
Class TextFormatter
- java.lang.Object
-
- com.twelvemonkeys.util.TimeFormatter
-
- com.twelvemonkeys.util.TextFormatter
-
class TextFormatter extends TimeFormatter
Formats text constant part of the Time
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
text
-
Fields inherited from class com.twelvemonkeys.util.TimeFormatter
digits
-
-
Constructor Summary
Constructors Constructor Description TextFormatter(java.lang.String pText)
-
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
-
-