Uses of Enum
com.flexganttfx.model.dateline.Resolution.Position
Packages that use Resolution.Position
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.Position in com.flexganttfx.model.dateline
Methods in com.flexganttfx.model.dateline that return Resolution.PositionModifier and TypeMethodDescriptionstatic Resolution.Position
Returns the enum constant of this type with the specified name.static Resolution.Position[]
Resolution.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.model.dateline with parameters of type Resolution.PositionModifier and TypeMethodDescriptionfinal boolean
Resolution.isSupportingPosition
(Resolution.Position position) Determines if the given position is supported by this resolution.Constructors in com.flexganttfx.model.dateline with parameters of type Resolution.PositionModifierConstructorDescriptionChronoUnitResolution
(ChronoUnit unit, String format, int stepRate, Resolution.Position... supportedPositions) Constructs a new resolution for the given unit, format, step rate, and positions.Resolution
(T temporalUnit, String format, int stepRate, Resolution.Position... supportedPositions) Constructs a new resolution for the given temporal unit, in the given format, step rate, and for the given supported positions.SimpleUnitResolution
(SimpleUnit unit, String format, int stepRate, Resolution.Position... supportedPositions) Constructs a new resolution for the given unit, format, step rate, and positions. -
Uses of Resolution.Position in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return Resolution.PositionMethods in com.flexganttfx.view.timeline with parameters of type Resolution.PositionModifier and TypeMethodDescriptionvoid
DatelineCell.update
(Instant startTime, Instant endTime, Resolution<T> resolution, Dateline dateline, Resolution.Position position) -
Uses of Resolution.Position in impl.com.flexganttfx.skin.timeline
Methods in impl.com.flexganttfx.skin.timeline with parameters of type Resolution.PositionModifier 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)