Class FormatUtils
java.lang.Object
com.arbergashi.charts.util.FormatUtils
Utilities for formatting numbers efficiently.
Uses ThreadLocal to avoid allocation in render loops.
- Since:
- 2025-06-01
- Version:
- 1.0.0
- Author:
- Arber Gashi
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic StringformatAxisLabel(double value) static StringformatAxisLabel(double value, Locale locale)
-
Method Details
-
formatAxisLabel
-
formatAxisLabel
-
clearCache
public static void clearCache()
-