planetj.formatters
Class InchesAbbreviationFormatter

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

public class InchesAbbreviationFormatter
extends Object
implements IFormatter


Constructor Summary
InchesAbbreviationFormatter()
           
 
Method Summary
 Object formatValue(Object value)
          Formats the Object passed in by including the String "in." 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

InchesAbbreviationFormatter

public InchesAbbreviationFormatter()
Method Detail

formatValue

public Object formatValue(Object value)
Formats the Object passed in by including the String "in." after the value for the number of inches.

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