List of usage examples for java.text NumberFormat subclass-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
*/