Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.neofhchart | |
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 LabelOrientation |
LabelOrientation.fromName(java.lang.String name)
Create a LabelOrientation from a string name.
|
static LabelOrientation |
LabelOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelOrientation[] |
LabelOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private javax.swing.JComboBox<LabelOrientation> |
ChartPropertiesDialog.cboLabelOrientation |
Modifier and Type | Method and Description |
---|---|
LabelOrientation |
FHAESPreferences.getLabelOrientationPref(FHAESPreferences.PrefKey key,
LabelOrientation defaultValue)
Get the value of a LabelAlignment preference.
|
Modifier and Type | Method and Description |
---|---|
LabelOrientation |
FHAESPreferences.getLabelOrientationPref(FHAESPreferences.PrefKey key,
LabelOrientation defaultValue)
Get the value of a LabelAlignment preference.
|
void |
FHAESPreferences.setLabelOrientationPref(FHAESPreferences.PrefKey key,
LabelOrientation value)
TODO
|
Modifier and Type | Field and Description |
---|---|
(package private) LabelOrientation[] |
LabelAlignmentWrapper.labelTypes |
private static LabelOrientation[] |
LabelAlignmentWrapper.OPTIONS |
Modifier and Type | Method and Description |
---|---|
private void |
LabelAlignmentWrapper.initGeneric(javax.swing.JComboBox cbo,
LabelOrientation[] values) |
Constructor and Description |
---|
LabelAlignmentWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
LabelOrientation[] values) |