Interface AngleFormat
public interface AngleFormat
PercentageFormat allows formatting angles consistently and based on the user settings.
- Since:
- 9.10.8
-
Method Summary
Modifier and Type Method Description NumberFormat
getFormat()
Returns the internalNumberFormat
.
-
Method Details
-
getFormat
NumberFormat getFormat()Returns the internalNumberFormat
.- Returns:
- the internal number formatter
- Since:
- 9.10.8
-