Class ChronoUnitTimelineModel

java.lang.Object
com.flexganttfx.model.timeline.TimelineModel<ChronoUnit>
com.flexganttfx.model.timeline.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 Details

    • 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