Package | Description |
---|---|
org.fhaes.fhfilereader |
Package containing a classes associated with reading data files containing fire history data.
|
org.fhaes.model | |
org.fhaes.neofhchart |
Modifier and Type | Class and Description |
---|---|
class |
FHTridasReader
FHTridasReader Class.
|
class |
FHX2FileReader
FHX2FileReader Class.
|
Modifier and Type | Field and Description |
---|---|
private AbstractFireHistoryReader |
FHFile.fhaesReader |
Modifier and Type | Method and Description |
---|---|
AbstractFireHistoryReader |
FHFile.getFireHistoryReader()
TODO
|
Modifier and Type | Field and Description |
---|---|
private AbstractFireHistoryReader |
FireChartSVG.reader |
Modifier and Type | Method and Description |
---|---|
AbstractFireHistoryReader |
FireChartSVG.getReader()
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
NeoFHChart.loadFile(AbstractFireHistoryReader fr)
Create a chart from the specified AbstractFireHistoryReader.
|
Constructor and Description |
---|
FireChartSVG(AbstractFireHistoryReader f)
The constructor builds the DOM of the SVG.
|