Klasse SimpleUnitDatelineModel
java.lang.Object
com.flexganttfx.model.dateline.DatelineModel<SimpleUnit>
com.flexganttfx.model.dateline.SimpleUnitDatelineModel
-
Eigenschaftsübersicht
Von Klasse geerbte Eigenschaften com.flexganttfx.model.dateline.DatelineModel
maxScaleCount, minScaleCount, scaleCount -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnextTemporalUnit(SimpleUnit 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
-
SimpleUnitDatelineModel
public SimpleUnitDatelineModel()
-
-
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<SimpleUnit>- Parameter:
unit- the unit for which to return the next higher unit- Gibt zurück:
- the next higher temporal unit
-