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
-
Method Details
-
format
Format a timestamp.- Parameters:
calendar
- calendar to use for the formatterlocale
- locale that will be used withString.format
- Returns:
- formatted string for the timestamp
-