| Package | Description |
|---|---|
| com.alexscottrhodes.chartModel | |
| com.alexscottrhodes.enums |
| Modifier and Type | Field and Description |
|---|---|
private CurveType |
GoogleComboChart.curveType
The style of chart line, as defined in the Google Chart API.
|
| Modifier and Type | Method and Description |
|---|---|
CurveType |
GoogleComboChart.getCurveType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleComboChart.setCurveType(CurveType curveType) |
| Modifier and Type | Method and Description |
|---|---|
static CurveType |
CurveType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CurveType[] |
CurveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|