planetj.formatters
Class FeetAbbreviationFormatter

java.lang.Object
  |
  +--planetj.formatters.FeetAbbreviationFormatter
All Implemented Interfaces:
IFormatter

public class FeetAbbreviationFormatter
extends Object
implements IFormatter


Constructor Summary
FeetAbbreviationFormatter()
           
 
Method Summary
 Object formatValue(Object value)
          Formats the Object passed in by including the String "ft." after the value, for the number of feet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeetAbbreviationFormatter

public FeetAbbreviationFormatter()
Method Detail

formatValue

public Object formatValue(Object value)
Formats the Object passed in by including the String "ft." after the value, for the number of feet.

Specified by:
formatValue in interface IFormatter
Parameters:
value - java.lang.Object
Returns:
java.lang.Object