planetj.formatters
Class DecimalFeetFormatter

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

public class DecimalFeetFormatter
extends Object
implements IFormatter


Constructor Summary
DecimalFeetFormatter()
           
 
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

DecimalFeetFormatter

public DecimalFeetFormatter()
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