Package | Description |
---|---|
org.fhaes.analysis | |
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.preferences |
Package for handling the storing and retrieval of user preferences between sessions.
|
org.fhaes.preferences.wrappers |
This package contains classes that wrapper GUI components and store their values in preferences.
|
Constructor and Description |
---|
FHMatrix(FHFile[] inputFileArray,
java.lang.Integer startYear,
java.lang.Integer endYear,
FireFilterType filterType,
EventTypeToProcess eventTypeToProcess,
java.lang.Double filterValue,
java.lang.Integer yearOverlapThreshold,
NoDataLabel noDataLabel)
New simplified constructor for FHAES GUI
|
Modifier and Type | Method and Description |
---|---|
static NoDataLabel |
NoDataLabel.fromDouble(java.lang.Double dbl)
Create an NoDataLabel from a string name.
|
static NoDataLabel |
NoDataLabel.fromString(java.lang.String str)
TODO
|
static NoDataLabel |
NoDataLabel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoDataLabel[] |
NoDataLabel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NoDataLabel |
FHAESPreferences.getNoDataLabelPref(FHAESPreferences.PrefKey key,
NoDataLabel defaultValue)
TODO
|
Modifier and Type | Method and Description |
---|---|
NoDataLabel |
FHAESPreferences.getNoDataLabelPref(FHAESPreferences.PrefKey key,
NoDataLabel defaultValue)
TODO
|
void |
FHAESPreferences.setNoDataLabelPref(FHAESPreferences.PrefKey key,
NoDataLabel value)
TODO
|
Modifier and Type | Field and Description |
---|---|
(package private) NoDataLabel[] |
NoDataLabelWrapper.formats |
private static NoDataLabel[] |
NoDataLabelWrapper.OPTIONS |
Modifier and Type | Method and Description |
---|---|
private void |
NoDataLabelWrapper.initGeneric(javax.swing.JComboBox cbo,
NoDataLabel[] values) |
Constructor and Description |
---|
NoDataLabelWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
NoDataLabel[] values) |