Uses of Class
com.flexganttfx.model.dateline.Resolution
| Package | Description |
|---|---|
| com.flexganttfx.model.dateline |
Classes used to support the dateline (child control of timeline).
|
| com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
| impl.com.flexganttfx.skin.timeline |
Classes for the timeline, dateline, and eventline skins.
|
-
Uses of Resolution in com.flexganttfx.model.dateline
Subclasses of Resolution in com.flexganttfx.model.dateline Modifier and Type Class Description classChronoUnitResolutionA resolution type forChronoUnitthat can be used in combination with theChronoUnitDatelineModel.classSimpleUnitResolutionA resolution type forSimpleUnitthat can be used in combination with theSimpleUnitDatelineModel.Methods in com.flexganttfx.model.dateline that return types with arguments of type Resolution Modifier and Type Method Description ObservableList<Resolution<? extends T>>DatelineModel. getResolutions()Returns all resolutions that are defined for / supported by this model.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 Resolution Modifier and Type Method Description voidDatelineModel. addResolution(Resolution<T> resolution)Adds a resolution to the model.voidDatelineModel. 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 Resolution Modifier and Type Method Description Resolution<T>DatelineCell. getResolution()Methods in com.flexganttfx.view.timeline that return types with arguments of type Resolution Modifier and Type Method Description 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 Resolution Modifier and Type Method Description voidDatelineCell. 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 Resolution Modifier and Type Method Description voidChronoUnitDatelineCell. update(Instant startTime, Instant endTime, Resolution<ChronoUnit> resolution, Dateline dateline, Resolution.Position scalePosition)voidSimpleUnitDatelineCell. update(Instant startTime, Instant endTime, Resolution<SimpleUnit> resolution, Dateline dateline, Resolution.Position scalePosition)