Verwendungen von Klasse
com.flexganttfx.model.dateline.Resolution
Packages, die Resolution verwenden
Package
Beschreibung
Classes used to support the dateline (child control of timeline).
The timeline control, which consists of the dateline and the eventline child
controls.
Classes for the timeline, dateline, and eventline skins.
-
Verwendungen von Resolution in com.flexganttfx.model.dateline
Unterklassen von Resolution in com.flexganttfx.model.datelineModifikator und TypKlasseBeschreibungfinal classA resolution type forChronoUnitthat can be used in combination with theChronoUnitDatelineModel.final classA resolution type forSimpleUnitthat can be used in combination with theSimpleUnitDatelineModel.Methoden in com.flexganttfx.model.dateline, die Typen mit Argumenten vom Typ Resolution zurückgebenModifikator und TypMethodeBeschreibungfinal ObservableList<Resolution<? extends T>> DatelineModel.getResolutions()Returns all resolutions that are defined for / supported by this model.final Iterator<? extends Resolution<? extends T>> DatelineModel.getResolutions(T temporalUnit) Returns all resolutions that are available for the given temporal unit.Methoden in com.flexganttfx.model.dateline mit Parametern vom Typ ResolutionModifikator und TypMethodeBeschreibungfinal voidDatelineModel.addResolution(Resolution<T> resolution) Adds a resolution to the model.final voidDatelineModel.removeResolution(Resolution<? extends T> resolution) Removes a resolution from the model. -
Verwendungen von Resolution in com.flexganttfx.view.timeline
Methoden in com.flexganttfx.view.timeline, die Resolution zurückgebenModifikator und TypMethodeBeschreibungfinal Resolution<T> DatelineCell.getResolution()Returns the resolution currently shown by the cell.Methoden in com.flexganttfx.view.timeline, die Typen mit Argumenten vom Typ Resolution zurückgebenModifikator und TypMethodeBeschreibungfinal ObservableList<Resolution<?>> Dateline.getScaleResolutions()An observable list of the currently displayed resolutions within the various scales of the dateline.Methoden in com.flexganttfx.view.timeline mit Parametern vom Typ ResolutionModifikator und TypMethodeBeschreibungvoidDatelineCell.update(Instant startTime, Instant endTime, Resolution<T> resolution, Dateline dateline, Resolution.Position position) Updates the cell to represent the given interval and scale position. -
Verwendungen von Resolution in impl.com.flexganttfx.skin.timeline
Methoden in impl.com.flexganttfx.skin.timeline mit Parametern vom Typ ResolutionModifikator und TypMethodeBeschreibungvoidChronoUnitDatelineCell.update(Instant startTime, Instant endTime, Resolution<ChronoUnit> resolution, Dateline dateline, Resolution.Position scalePosition) Updates the dateline cell.voidSimpleUnitDatelineCell.update(Instant startTime, Instant endTime, Resolution<SimpleUnit> resolution, Dateline dateline, Resolution.Position scalePosition) Updates the dateline cell.