Class ChronoUnitTimelineModel


  • public class ChronoUnitTimelineModel
    extends TimelineModel<ChronoUnit>
    A specialized timeline model for the ChronoUnit temporal unit. This model is the default model used by the Gantt chart.
    Since:
    1.0
    • Constructor Detail

      • ChronoUnitTimelineModel

        public ChronoUnitTimelineModel()
        Constructs a new model with the lowest unit set to minutes and the highest unit set to years. The start time gets set to Instant.now().
        Since:
        1.0