public class DisplayFormats extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDisplayFormat(TimeUnit unit)
Returns the display formats are used to configure how different time units are formed into strings for the axis tick
marks.
|
void |
setDisplayFormat(TimeUnit unit,
String format)
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
|