Klasse ChronoUnitDatelineModel
java.lang.Object
com.flexganttfx.model.dateline.DatelineModel<ChronoUnit>
com.flexganttfx.model.dateline.ChronoUnitDatelineModel
The chrono unit dateline model is a specialization of the dateline model that works
in combination with the
ChronoUnit. The chrono unit basically represents standard
calendar units ranging from milliseconds to thousands of years.- Seit:
- 1.0
-
Eigenschaftsübersicht
Von Klasse geerbte Eigenschaften com.flexganttfx.model.dateline.DatelineModel
maxScaleCount, minScaleCount, scaleCount -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a new dateline model with a long list of predefined resolutions of typeChronoUnitResolution. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnextTemporalUnit(ChronoUnit unit) Returns the next larger temporal unit for the given temporal unit, e.g.Von Klasse geerbte Methoden com.flexganttfx.model.dateline.DatelineModel
addResolution, addZoneId, clearResolutions, clearResolutions, getAvailableZoneIds, getMaxScaleCount, getMinScaleCount, getResolutions, getResolutions, getScaleCount, getTemporalUnits, maxScaleCountProperty, minScaleCountProperty, removeResolution, scaleCountProperty, setMaxScaleCount, setMinScaleCount, setScaleCount
-
Konstruktordetails
-
ChronoUnitDatelineModel
public ChronoUnitDatelineModel()Constructs a new dateline model with a long list of predefined resolutions of typeChronoUnitResolution.- Seit:
- 1.0
-
-
Methodendetails
-
nextTemporalUnit
Beschreibung aus Klasse kopiert:DatelineModelReturns the next larger temporal unit for the given temporal unit, e.g. when passingChronoUnit.HOURSthis method might returnChronoUnit.DAYS.- Angegeben von:
nextTemporalUnitin KlasseDatelineModel<ChronoUnit>- Parameter:
unit- the unit for which to return the next higher unit- Gibt zurück:
- the next higher temporal unit
-