planetj.formatters
Class FeetFormatter

java.lang.Object
  extended byplanetj.formatters.AbstractFormatter
      extended byplanetj.formatters.FeetFormatter
All Implemented Interfaces:
IFormatter

public class FeetFormatter
extends AbstractFormatter


Constructor Summary
FeetFormatter()
           
 
Method Summary
 java.lang.String formatValue(java.lang.Object value, Field f)
          Formats the Object passed in by including the String "'" after the value, for the number of feet.
 
Methods inherited from class planetj.formatters.AbstractFormatter
isPrepareFieldValue
 
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 java.lang.String formatValue(java.lang.Object value,
                                    Field f)
Formats the Object passed in by including the String "'" after the value, for the number of feet.

Parameters:
value - The value to format
f - The field whose value is being formatted
Returns:
The formatted display value of the value