railo.runtime.chart
Class LabelFormatUtil
java.lang.Object
railo.runtime.chart.LabelFormatUtil
public class LabelFormatUtil
- extends Object
LABEL_FORMAT_NUMBER
public static final int LABEL_FORMAT_NUMBER
- See Also:
- Constant Field Values
LABEL_FORMAT_CURRENCY
public static final int LABEL_FORMAT_CURRENCY
- See Also:
- Constant Field Values
LABEL_FORMAT_PERCENT
public static final int LABEL_FORMAT_PERCENT
- See Also:
- Constant Field Values
LABEL_FORMAT_DATE
public static final int LABEL_FORMAT_DATE
- See Also:
- Constant Field Values
LabelFormatUtil
public LabelFormatUtil()
formatDate
public static String formatDate(PageContext pc,
double value)
formatNumber
public static String formatNumber(double value)
formatPercent
public static String formatPercent(double value)
formatCurrency
public static String formatCurrency(PageContext pc,
double value)
format
public static String format(int labelFormat,
double value)
Copyright © 2012 Railo