Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.fhsamplesize.view |
Modifier and Type | Method and Description |
---|---|
static MiddleMetric |
MiddleMetric.fromName(java.lang.String name)
Create a MiddleMetric from a string name.
|
static MiddleMetric |
MiddleMetric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MiddleMetric[] |
MiddleMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static org.jfree.data.xy.XYDataset |
SSIZCurveChart.createEventsPerCenturyDataset(AnalysisResultsModel[] analysisResults,
MiddleMetric metricToChart,
SegmentModel segment)
Create the events per century dataset.
|
Constructor and Description |
---|
SSIZCurveChart(AnalysisResultsModel[] analysisResults,
MiddleMetric metricToChart,
SegmentModel segment)
Standard constructor requires analysisResults array, which middle metric to chart, and which segment.
|
SSIZCurveChart(AnalysisResultsModel[] analysisResults,
MiddleMetric metricToChart,
SegmentModel segment,
java.lang.Integer xcross,
java.lang.Integer ycross)
Standard constructor requires analysisResults array, which middle metric to chart, and which segment.
|