Verwendungen von Enum
com.flexganttfx.model.util.SimpleUnit
Packages, die SimpleUnit verwenden
Package
Beschreibung
Classes used to support the dateline (child control of timeline).
Timeline model class and the two specializations for the temporal
units ChronoUnit and SimpleUnit.
Various utility classes for comparing, sorting, and storing activities.
Classes for the timeline, dateline, and eventline skins.
-
Verwendungen von SimpleUnit in com.flexganttfx.model.dateline
Unterklassen mit Typargumenten vom Typ SimpleUnit in com.flexganttfx.model.datelineModifikator und TypKlasseBeschreibungfinal classRepresents a dateline model for managing temporal resolutions using the SimpleUnit enumeration.final classA virtual grid implementation forSimpleUnit.final classA resolution type forSimpleUnitthat can be used in combination with theSimpleUnitDatelineModel.Methoden in com.flexganttfx.model.dateline, die SimpleUnit zurückgebenMethoden in com.flexganttfx.model.dateline, die Typen mit Argumenten vom Typ SimpleUnit zurückgebenMethoden in com.flexganttfx.model.dateline mit Parametern vom Typ SimpleUnitKonstruktoren in com.flexganttfx.model.dateline mit Parametern vom Typ SimpleUnitModifikatorKonstruktorBeschreibungSimpleUnitGrid(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. -
Verwendungen von SimpleUnit in com.flexganttfx.model.timeline
Unterklassen mit Typargumenten vom Typ SimpleUnit in com.flexganttfx.model.timelineModifikator und TypKlasseBeschreibungclassA specialized timeline model for theSimpleUnittemporal unit. -
Verwendungen von SimpleUnit in com.flexganttfx.model.util
Unterklassen mit Typargumenten vom Typ SimpleUnit in com.flexganttfx.model.utilModifikator und TypKlasseBeschreibungenumA custom temporal unit used for showing numbered units (1, 2, 3, ... or 10, 20, 30, ...).Methoden in com.flexganttfx.model.util, die SimpleUnit zurückgebenModifikator und TypMethodeBeschreibungstatic SimpleUnitGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static SimpleUnit[]SimpleUnit.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück. -
Verwendungen von SimpleUnit in impl.com.flexganttfx.skin.timeline
Unterklassen mit Typargumenten vom Typ SimpleUnit in impl.com.flexganttfx.skin.timelineModifikator und TypKlasseBeschreibungclassDateline cell implementation forSimpleUnit-based resolutions.Klassen in impl.com.flexganttfx.skin.timeline, die Schnittstellen mit Typargumenten vom Typ SimpleUnit implementierenModifikator und TypKlasseBeschreibungclassFactory for creatingSimpleUnitDatelineCellinstances.Methoden in impl.com.flexganttfx.skin.timeline mit Parametern vom Typ SimpleUnitModifikator und TypMethodeBeschreibungSimpleUnitCellFactory.call(SimpleUnit param) Creates a dateline cell for the given unit.Methodenparameter in impl.com.flexganttfx.skin.timeline mit Typargumenten vom Typ SimpleUnitModifikator und TypMethodeBeschreibungvoidSimpleUnitDatelineCell.update(Instant startTime, Instant endTime, Resolution<SimpleUnit> resolution, Dateline dateline, Resolution.Position scalePosition) Updates the dateline cell.