com.vaadin.flow.component.charts.model.

Class TimeUnitMultiples

java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.TimeUnitMultiples

All Implemented Interfaces:

Serializable

public class TimeUnitMultiples extends AbstractConfigurationObject

Class used to define allowed multiples a time unit is allowed to be grouped to.

See Also:

  • Constructor Details

    • TimeUnitMultiples

      public TimeUnitMultiples(TimeUnit name, int... allowedMultiples)
  • Method Details

    • getTimeUnit

      public TimeUnit getTimeUnit()
    • setTimeUnit

      public void setTimeUnit(TimeUnit name)
    • getAllowedMultiples

      public int[] getAllowedMultiples()
    • setAllowedMultiples

      public void setAllowedMultiples(int... allowedMultiples)