public final class DisplayFormats extends JavaScriptObjectContainer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayFormat(TimeUnit key)
Returns the display formats are used to configure how different time units are formed into strings for the axis tick marks.
|
void |
setDisplayFormat(TimeUnit key,
java.lang.String format)
Sets the display formats are used to configure how different time units are formed into strings for the axis tick marks.
|
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, typepublic void setDisplayFormat(TimeUnit key, java.lang.String format)
key - time unit.format - display formatTimeUnitpublic java.lang.String getDisplayFormat(TimeUnit key)
key - time unit.