org.eclipse.birt.chart.computation
Class ValueFormatter

java.lang.Object
  extended byorg.eclipse.birt.chart.computation.ValueFormatter

public final class ValueFormatter
extends java.lang.Object

This class handles the formatting work of any data value.


Constructor Summary
ValueFormatter()
           
 
Method Summary
static java.lang.String format(java.lang.Object oValue, FormatSpecifier fs, com.ibm.icu.util.ULocale lcl, java.lang.Object oCachedJavaFormatter)
          Returns the formatted string representation of given object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueFormatter

public ValueFormatter()
Method Detail

format

public static final java.lang.String format(java.lang.Object oValue,
                                            FormatSpecifier fs,
                                            com.ibm.icu.util.ULocale lcl,
                                            java.lang.Object oCachedJavaFormatter)
                                     throws ChartException
Returns the formatted string representation of given object.

Parameters:
oValue -
fs -
lcl -
Returns:
formatted string
Throws:
ChartException


Copyright © 2005-2007 Actuate Corp. All rights reserved.