planetj.formatters
Class MonthFormatter

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

public class MonthFormatter
extends Object
implements IFormatter


Constructor Summary
MonthFormatter()
           
 
Method Summary
 Object formatValue(Object value)
          Formats the Object passed in.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthFormatter

public MonthFormatter()
Method Detail

formatValue

public Object formatValue(Object value)
Formats the Object passed in. This method only alters the format of a numeric (or the String representation of that numeric).

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