Uses of Class
com.flexganttfx.model.dateline.Resolution
Packages that use Resolution
Package
Description
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.
-
Uses of Resolution in com.flexganttfx.model.dateline
Subclasses of Resolution in com.flexganttfx.model.datelineModifier and TypeClassDescriptionfinal class
A resolution type forChronoUnit
that can be used in combination with theChronoUnitDatelineModel
.final class
A resolution type forSimpleUnit
that can be used in combination with theSimpleUnitDatelineModel
.Methods in com.flexganttfx.model.dateline that return types with arguments of type ResolutionModifier and TypeMethodDescriptionfinal 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.Methods in com.flexganttfx.model.dateline with parameters of type ResolutionModifier and TypeMethodDescriptionfinal void
DatelineModel.addResolution
(Resolution<T> resolution) Adds a resolution to the model.final void
DatelineModel.removeResolution
(Resolution<? extends T> resolution) Removes a resolution from the model. -
Uses of Resolution in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return ResolutionMethods in com.flexganttfx.view.timeline that return types with arguments of type ResolutionModifier and TypeMethodDescriptionfinal ObservableList<Resolution<?>>
Dateline.getScaleResolutions()
An observable list of the currently displayed resolutions within the various scales of the dateline.Methods in com.flexganttfx.view.timeline with parameters of type ResolutionModifier and TypeMethodDescriptionvoid
DatelineCell.update
(Instant startTime, Instant endTime, Resolution<T> resolution, Dateline dateline, Resolution.Position position) -
Uses of Resolution in impl.com.flexganttfx.skin.timeline
Methods in impl.com.flexganttfx.skin.timeline with parameters of type ResolutionModifier and TypeMethodDescriptionvoid
ChronoUnitDatelineCell.update
(Instant startTime, Instant endTime, Resolution<ChronoUnit> resolution, Dateline dateline, Resolution.Position scalePosition) void
SimpleUnitDatelineCell.update
(Instant startTime, Instant endTime, Resolution<SimpleUnit> resolution, Dateline dateline, Resolution.Position scalePosition)