Module omix.api

Class DecimalFormat

java.lang.Object
omix.util.text.DecimalFormat

public class DecimalFormat
extends Object
This class represents a format pattern for the conversion of floating point numbers to text. It is a clone of DecimalFormat with more functionality. See DecimalFormat for basic details.
Since:
Omix 1.5.4
Author:
Dr. Peter Droste
See Also:
DecimalFormat