Package | Description |
---|---|
com.flexganttfx.model.dateline |
Classes used to support the dateline (child control of timeline).
|
com.flexganttfx.model.util |
Various utility classes for comparing, sorting, and storing activities.
|
impl.com.flexganttfx.skin.timeline |
Classes for the timeline, dateline, and eventline skins.
|
Modifier and Type | Method and Description |
---|---|
SimpleUnit |
SimpleUnitDatelineModel.nextTemporalUnit(SimpleUnit unit) |
Modifier and Type | Method and Description |
---|---|
VirtualGrid<SimpleUnit> |
SimpleUnitResolution.createGrid() |
Modifier and Type | Method and Description |
---|---|
SimpleUnit |
SimpleUnitDatelineModel.nextTemporalUnit(SimpleUnit unit) |
Constructor and Description |
---|
SimpleUnitGrid(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.
|
Modifier and Type | Method and Description |
---|---|
static SimpleUnit |
SimpleUnit.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
SimpleUnitDatelineCell |
SimpleUnitCellFactory.call(SimpleUnit param) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleUnitDatelineCell.update(Instant startTime,
Instant endTime,
Resolution<SimpleUnit> resolution,
Dateline dateline,
Resolution.Position scalePosition) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.