Klasse SimpleUnitTimelineModel
java.lang.Object
com.flexganttfx.model.timeline.TimelineModel<SimpleUnit>
com.flexganttfx.model.timeline.SimpleUnitTimelineModel
A specialized timeline model for the
SimpleUnit temporal unit.- 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 toSimpleUnit.ONEand the highest unit set toSimpleUnit.BILLION_HUNDRED. -
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
-
SimpleUnitTimelineModel
public SimpleUnitTimelineModel()Constructs a new model with the lowest unit set toSimpleUnit.ONEand the highest unit set toSimpleUnit.BILLION_HUNDRED. The start time, the "now" time, and the horizon start time all get set to 0- Seit:
- 1.0
-