Class SimpleUnitTimelineModel

java.lang.Object
com.flexganttfx.model.timeline.TimelineModel<SimpleUnit>
com.flexganttfx.model.timeline.SimpleUnitTimelineModel

public class SimpleUnitTimelineModel
extends TimelineModel<SimpleUnit>
A specialized timeline model for the SimpleUnit temporal unit.
Since:
1.0
  • Constructor Details

    • SimpleUnitTimelineModel

      public SimpleUnitTimelineModel()
      Constructs a new model with the lowest unit set to SimpleUnit.ONE and the highest unit set to SimpleUnit.BILLION_HUNDRED. The start time, the "now" time, and the horizon start time all get set to 0
      Since:
      1.0