planetj.formatters
Class FeetFormatter

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

public class FeetFormatter
extends Object
implements IFormatter


Constructor Summary
FeetFormatter()
           
 
Method Summary
 Object formatValue(Object value)
          Formats the Object passed in by including the String "'" 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

FeetFormatter

public FeetFormatter()
Method Detail

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