Uses of Enum
com.flexganttfx.model.util.SimpleUnit
Packages that use SimpleUnit
Package
Description
Classes used to support the dateline (child control of timeline).
Various utility classes for comparing, sorting, and storing activities.
Classes for the timeline, dateline, and eventline skins.
-
Uses of SimpleUnit in com.flexganttfx.model.dateline
Methods in com.flexganttfx.model.dateline that return SimpleUnitMethods in com.flexganttfx.model.dateline that return types with arguments of type SimpleUnitMethods in com.flexganttfx.model.dateline with parameters of type SimpleUnitConstructors in com.flexganttfx.model.dateline with parameters of type SimpleUnitModifierConstructorDescriptionSimpleUnitGrid
(String name, SimpleUnit unit, int amount) Constructs a new grid.SimpleUnitGrid
(String name, String shortName, SimpleUnit unit, int amount) Constructs a new grid.SimpleUnitResolution
(SimpleUnit unit, String format, int stepRate) Constructs a new resolution for the given unit, format, step rate, and 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 SimpleUnit in com.flexganttfx.model.util
Methods in com.flexganttfx.model.util that return SimpleUnitModifier and TypeMethodDescriptionstatic SimpleUnit
Returns the enum constant of this type with the specified name.static SimpleUnit[]
SimpleUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SimpleUnit in impl.com.flexganttfx.skin.timeline
Methods in impl.com.flexganttfx.skin.timeline with parameters of type SimpleUnitMethod parameters in impl.com.flexganttfx.skin.timeline with type arguments of type SimpleUnitModifier and TypeMethodDescriptionvoid
SimpleUnitDatelineCell.update
(Instant startTime, Instant endTime, Resolution<SimpleUnit> resolution, Dateline dateline, Resolution.Position scalePosition)