planetj.formatters
Class InchesFormatter

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

public class InchesFormatter
extends AbstractFormatter


Constructor Summary
InchesFormatter()
           
 
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 inches.
 
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

InchesFormatter

public InchesFormatter()
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 inches.

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