NumberFormatter

@FunctionalInterface
public interface NumberFormatter
extends ValueFormatter<Double>
All superinterfaces:
ValueFormatter<T>
Known direct implementing classes:
ExpFormatter

Summary

Constants
static final NumberFormatter percent
Interface Methods
String format (T x)
Inherited from ValueFormatter<T>.
Static Methods
static NumberFormatter simple (String fmt)
Simple number format.

percent

public static final NumberFormatter percent;

simple

public static NumberFormatter simple (
	String fmt
);

Simple number format.

Parameters
fmt
format string
Returns

number formatter object