Package | Description |
---|---|
fr.cnes.genius.interval |
Package containing classes used to define validity intervals for real numbers.
|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
fr.cnes.genius.utils |
Package containing utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GIntervalFormatDuration.update(GDateUtils.GDateFormat format,
GUnit unit)
Update the class attributes.
|
Constructor and Description |
---|
GIntervalFormatDuration(GDateUtils.GDateFormat format,
GUnit unit)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GDateUtils.GDateFormat |
GTime.getCurrentDurationFormat()
Getter for the duration format.
|
GDateUtils.GDateFormat |
GDateField.getCurrentDurationFormat()
Getter for the duration format.
|
Modifier and Type | Method and Description |
---|---|
static String |
GDateField.formatDuration(double duration,
GDateUtils.GDateFormat format,
GUnit unit)
Format duration.
|
void |
GTime.setCurrentFormat(GDateUtils.GDateFormat durationFormat)
Setter for the duration format.
|
void |
GDateField.setCurrentFormat(GDateUtils.GDateFormat durationFormat)
Setter for the duration format.
|
Modifier and Type | Method and Description |
---|---|
static GDateUtils.GDateFormat |
GDateUtils.GDateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GDateUtils.GDateFormat[] |
GDateUtils.GDateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.