Class TimeUnitMultiples
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.TimeUnitMultiples
- All Implemented Interfaces:
Serializable
Class used to define allowed multiples a time unit is allowed to be grouped
to.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint[]
void
setAllowedMultiples
(int... allowedMultiples) void
setTimeUnit
(TimeUnit name)
-
Constructor Details
-
TimeUnitMultiples
-
-
Method Details
-
getTimeUnit
-
setTimeUnit
-
getAllowedMultiples
public int[] getAllowedMultiples() -
setAllowedMultiples
public void setAllowedMultiples(int... allowedMultiples)
-