Package org.rrd4j.graph
Interface TimeLabelFormat
-
- All Known Implementing Classes:
SimpleTimeLabelFormat
public interface TimeLabelFormat
Simplified version of DateFormat for just defining how to map a timestamp into a label for presentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
format(Calendar calendar, Locale locale)
Format a timestamp.
-