planetj.formatters
Class FeetAbbreviationFormatter

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

public class FeetAbbreviationFormatter
extends AbstractFormatter


Constructor Summary
FeetAbbreviationFormatter()
           
 
Method Summary
 java.lang.String formatValue(java.lang.Object value, Field f)
          Formats the Object passed in by including the String "ft." 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

FeetAbbreviationFormatter

public FeetAbbreviationFormatter()
Method Detail

formatValue

public java.lang.String formatValue(java.lang.Object value,
                                    Field f)
Formats the Object passed in by including the String "ft." 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