Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
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.main |
Package containing the core elements of the GENIUS library.
|
Modifier and Type | Method and Description |
---|---|
void |
GEntryReal.setCurrentFormat(GEnvironment.Format formatMode)
Sets the current format.
|
void |
GEntryReal.setFormatMode(GEnvironment.Format formatMode)
Sets the format allowed for the field.
|
void |
GEntryRealVector.setFormatMode(GEnvironment.Format formatMode)
Sets the format allowed for the field.
|
protected void |
GEntryVectorAbstract.updateIntervalMessage(GUnit currentUnit,
GEnvironment.Format currentFormat)
Updates the interval message with units and format requested.
|
Modifier and Type | Method and Description |
---|---|
void |
GIntervalFormatDouble.update(GEnvironment.Format format,
int fracDigits)
Update the class attributes.
|
Constructor and Description |
---|
GIntervalFormatDouble(GEnvironment.Format format,
int fracDigits)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GEnvironment.Format |
GIntField.getCurrentFormat()
Get the current format of the field.
|
GEnvironment.Format |
GDateField.getCurrentFormat()
Get the current format of the field.
|
abstract GEnvironment.Format |
GNumberFieldAbstract.getCurrentFormat()
Get the current format of the field.
|
GEnvironment.Format |
GRealField.getCurrentFormat()
Get the current format of the field.
|
Modifier and Type | Method and Description |
---|---|
String |
GRealField.formatValue(double value,
GEnvironment.Format format)
Format the value to display according to the formatting options of the field.
|
void |
GRealField.setCurrentFormat(GEnvironment.Format formatMode)
Sets the current format.
|
void |
GRealField.setFormatMode(GEnvironment.Format formatMode)
Sets the format allowed for the field.
|
Modifier and Type | Method and Description |
---|---|
static GEnvironment.Format |
GEnvironment.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GEnvironment.Format[] |
GEnvironment.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
GEnvironment.formatDouble(double value,
GEnvironment.Format format,
int fracDigits)
Format a double with the specified format and number of fractional digits.
|
Copyright © 2024. All rights reserved.