Package | Description |
---|---|
com.flexganttfx.model.dateline |
Classes used to support the dateline (subcontrol 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 |
---|---|
String |
SimpleUnitResolution.format(Instant instant,
ZoneId zoneId,
Resolution.Position position) |
abstract String |
Resolution.format(Instant instant,
ZoneId zoneId,
Resolution.Position position) |
String |
ChronoUnitResolution.format(Instant instant,
ZoneId zoneId,
Resolution.Position position) |
boolean |
Resolution.isSupportingPosition(Resolution.Position position) |
Constructor and Description |
---|
ChronoUnitResolution(ChronoUnit unit,
String format,
int stepRate,
Resolution.Position... supportedPositions) |
Resolution(T temporalUnit,
String format,
int stepRate,
Resolution.Position... supportedPositions) |
SimpleUnitResolution(SimpleUnit unit,
String format,
int stepRate,
Resolution.Position... supportedPositions) |
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 © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.