planetj.formatters
Class InchesFormatter

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

public class InchesFormatter
extends Object
implements IFormatter


Constructor Summary
InchesFormatter()
           
 
Method Summary
 Object formatValue(Object value)
          Formats the Object passed in by including the String '"' after the value for the number of inches.
 
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 Object formatValue(Object value)
Formats the Object passed in by including the String '"' after the value for the number of inches.

Specified by:
formatValue in interface IFormatter
Parameters:
value - java.lang.Object
Returns:
java.lang.Object