Example usage for java.text NumberFormat subclass-usage

List of usage examples for java.text NumberFormat subclass-usage

Introduction

In this page you can find the example usage for java.text NumberFormat subclass-usage.

Usage

From source file HexNumberFormat.java

/**
 * A custom number formatter that formats numbers as hexadecimal strings.
 * There are some limitations, so be careful using this class.
 *
 * @since 1.0.6
 */

From source file net.sf.maltcms.chromaui.charts.format.ScaledNumberFormatter.java

/**
 *
 * @author nilshoffmann
 */
public class ScaledNumberFormatter extends NumberFormat implements ChartChangeListener {

From source file LogFormat.java

/**
 * A number formatter for logarithmic values.  This formatter does not support
 * parsing.
 *
 * @since 1.0.7
 */