Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.fhsamplesize.model | |
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.
|
Modifier and Type | Method and Description |
---|---|
static ResamplingType |
ResamplingType.fromName(java.lang.String name)
Create an ResamplingType from a string name.
|
static ResamplingType |
ResamplingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResamplingType[] |
ResamplingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private ResamplingType |
SSIZAnalysisModel.resamplingType |
Modifier and Type | Method and Description |
---|---|
ResamplingType |
SSIZAnalysisModel.getResamplingType() |
Modifier and Type | Method and Description |
---|---|
void |
SSIZAnalysisModel.setResamplingType(ResamplingType b)
Sets the resampleWithReplacement flag according to the input value.
|
Modifier and Type | Method and Description |
---|---|
ResamplingType |
FHAESPreferences.getResamplingTypePref(FHAESPreferences.PrefKey key,
ResamplingType defaultValue)
Get the value of a AnalysisLabelType preference.
|
Modifier and Type | Method and Description |
---|---|
ResamplingType |
FHAESPreferences.getResamplingTypePref(FHAESPreferences.PrefKey key,
ResamplingType defaultValue)
Get the value of a AnalysisLabelType preference.
|
void |
FHAESPreferences.setResamplingTypePref(FHAESPreferences.PrefKey key,
ResamplingType value)
Set the value of a preference to the specified ResamplingType.
|
Modifier and Type | Field and Description |
---|---|
(package private) ResamplingType[] |
ResamplingTypeWrapper.formats |
private static ResamplingType[] |
ResamplingTypeWrapper.OPTIONS |
Modifier and Type | Method and Description |
---|---|
private void |
ResamplingTypeWrapper.initGeneric(javax.swing.JComboBox cbo,
ResamplingType[] values) |
Constructor and Description |
---|
ResamplingTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
ResamplingType[] values) |