planetj.formatters
Class InchesAbbreviationFormatter
java.lang.Object
|
+--planetj.formatters.InchesAbbreviationFormatter
- All Implemented Interfaces:
- IFormatter
- public class InchesAbbreviationFormatter
- extends Object
- implements IFormatter
Method Summary |
Object |
formatValue(Object value)
Formats the Object passed in by including the String "in." after the
value for the number of inches. |
InchesAbbreviationFormatter
public InchesAbbreviationFormatter()
formatValue
public Object formatValue(Object value)
- Formats the Object passed in by including the String "in." after the
value for the number of inches.
- Specified by:
formatValue
in interface IFormatter
- Parameters:
value
- java.lang.Object
- Returns:
- java.lang.Object