| Package | Description |
|---|---|
| com.alexscottrhodes.constructionModel | |
| com.alexscottrhodes.enums |
| Modifier and Type | Field and Description |
|---|---|
private SeriesType |
ChartSeries.type |
| Modifier and Type | Method and Description |
|---|---|
SeriesType |
ChartSeries.getType() |
| Constructor and Description |
|---|
ChartSeries(SeriesType type)
Constructor that requires definition of the data type being put into the chart series
|
| Modifier and Type | Method and Description |
|---|---|
static SeriesType |
SeriesType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeriesType[] |
SeriesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|