Uses of Class
org.hipparchus.fraction.FractionFormat
-
Packages that use FractionFormat Package Description org.hipparchus.fraction Fraction number type and fraction number formatting. -
-
Uses of FractionFormat in org.hipparchus.fraction
Subclasses of FractionFormat in org.hipparchus.fraction Modifier and Type Class Description class
ProperFractionFormat
Formats a Fraction number in proper format.Methods in org.hipparchus.fraction that return FractionFormat Modifier and Type Method Description static FractionFormat
FractionFormat. getImproperInstance()
Returns the default complex format for the current locale.static FractionFormat
FractionFormat. getImproperInstance(Locale locale)
Returns the default complex format for the given locale.static FractionFormat
FractionFormat. getProperInstance()
Returns the default complex format for the current locale.static FractionFormat
FractionFormat. getProperInstance(Locale locale)
Returns the default complex format for the given locale.
-