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