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.
|
Modifier and Type | Method and Description |
---|---|
static Resolution.Position |
Resolution.Position.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Resolution.isSupportingPosition(Resolution.Position position)
Determines if the given position is supported by this resolution.
|
Constructor and Description |
---|
ChronoUnitResolution(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.
|
Modifier and Type | Method and Description |
---|---|
Resolution.Position |
DatelineCell.getScalePosition() |
Modifier and Type | Method and Description |
---|---|
void |
DatelineCell.update(Instant startTime,
Instant endTime,
Resolution<T> resolution,
Dateline dateline,
Resolution.Position position) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.