Module com.flexganttfx.model
Package com.flexganttfx.model.dateline
package com.flexganttfx.model.dateline
Classes used to support the dateline (child control of timeline).
The dateline model defines the various resolutions that are available for the
dateline when zooming in or out. The model also specifies how many dateline scales
(rows) are used by the dateline (1 to 5).
- Since:
- 1.0
-
ClassDescriptionThe chrono unit dateline model is a specialization of the dateline model that works in combination with the
ChronoUnit
.A virtual grid implementation forChronoUnit
.A resolution type forChronoUnit
that can be used in combination with theChronoUnitDatelineModel
.DatelineModel<T extends TemporalUnit>The dateline model provides the dateline control with various pieces of information so that it can layout itself correctly.Resolution<T extends TemporalUnit>A resolution represents the visual representation of a temporal unit.A virtual grid implementation forSimpleUnit
.A resolution type forSimpleUnit
that can be used in combination with theSimpleUnitDatelineModel
.VirtualGrid<T extends TemporalUnit>A utility class for supporting an invisible grid for editing operations on activities.