Klasse ChronoUnitTimelineModel
java.lang.Object
com.flexganttfx.model.timeline.TimelineModel<ChronoUnit>
com.flexganttfx.model.timeline.ChronoUnitTimelineModel
A specialized timeline model for the
ChronoUnit temporal unit. This
model is the default model used by the Gantt chart.- Seit:
- 1.0
-
Eigenschaftsübersicht
Von Klasse geerbte Eigenschaften com.flexganttfx.model.timeline.TimelineModel
horizonEndTime, horizonStartTime, maximumMillisPerPixel, millisPerPixel, minimumMillisPerPixel, nowLocation, now, offset, smallestTemporalUnit, startTime -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a new model with the lowest unit set to minutes and the highest unit set to years. -
Methodenübersicht
Von Klasse geerbte Methoden com.flexganttfx.model.timeline.TimelineModel
calculateLocationForTime, calculateTimeForLocation, getHorizonEndTime, getHorizonStartTime, getMaximumMillisPerPixel, getMillisPerPixel, getMinimumMillisPerPixel, getNow, getNowLocation, getOffset, getSmallestTemporalUnit, getStartTime, horizonEndTimeProperty, horizonStartTimeProperty, maximumMillisPerPixelProperty, millisPerPixelProperty, minimumMillisPerPixelProperty, nowLocationProperty, nowProperty, offsetProperty, setHorizonEndTime, setHorizonStartTime, setMaximumMillisPerPixel, setMillisPerPixel, setMinimumMillisPerPixel, setNow, setOffset, setStartTime, setZoomRange, smallestTemporalUnitProperty, startTimeProperty
-
Konstruktordetails
-
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 toInstant.now().- Seit:
- 1.0
-