planetj.formatters
Class DecimalFeetFormatter

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

public class DecimalFeetFormatter
extends AbstractFormatter


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

DecimalFeetFormatter

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