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