planetj.formatters
Class DecimalFeetFormatter
java.lang.Object
  |
  +--planetj.formatters.DecimalFeetFormatter
- All Implemented Interfaces: 
 - IFormatter
 
- public class DecimalFeetFormatter
- 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 feet. | 
 
 
DecimalFeetFormatter
public DecimalFeetFormatter()
formatValue
public Object formatValue(Object value)
- Formats the Object passed in by including the String "'" after the
 value, for the number of feet.
- Specified by:
 formatValue in interface IFormatter
 
- Parameters:
 value - java.lang.Object
- Returns:
 - java.lang.Object