Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.neofhchart |
Modifier and Type | Method and Description |
---|---|
static AnnoteMode |
AnnoteMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnoteMode[] |
AnnoteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private AnnoteMode |
FireChartSVG.annotemode |
Modifier and Type | Method and Description |
---|---|
void |
FireChartSVG.setAnnoteMode(AnnoteMode m)
TODO
|