Package | Description |
---|---|
org.fhaes.fhfilereader |
Package containing a classes associated with reading data files containing fire history data.
|
org.fhaes.gui | |
org.fhaes.model | |
org.fhaes.neofhchart |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<FHSeries> |
AbstractFireHistoryReader.seriesList |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHSeries> |
AbstractFireHistoryReader.getSeriesList()
Get an ArrayList of FHSeries classes, each representing a single series in the data file.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFireHistoryReader.replaceSeriesList(java.util.ArrayList<FHSeries> inSeriesList)
Replaces the existing series list with the input list.
|
Modifier and Type | Field and Description |
---|---|
private FHSeries |
CategoryEntryPanel.workingSeries |
Constructor and Description |
---|
CategoryEntryPanel(CategoryEditor editor,
FHSeries series)
Initializes the panel.
|
Constructor and Description |
---|
FHSeries(FHSeries inSeries)
Copy constructor for FHSeries.
|
Modifier and Type | Class and Description |
---|---|
class |
SeriesSVG
SeriesSVG Class.
|
Modifier and Type | Method and Description |
---|---|
private java.util.ArrayList<SeriesSVG> |
FireChartSVG.convertFHSeriesToSeriesSVGList(java.util.ArrayList<FHSeries> list)
TODO
|
Constructor and Description |
---|
SeriesSVG(FHSeries series)
Create a series from an FHSeries.
|
SeriesSVG(FHSeries series,
java.lang.String taxon)
Create a series from an FHSeries plus the taxon string.
|