Package | Description |
---|---|
org.swtchart | |
org.swtchart.internal.series |
Modifier and Type | Method and Description |
---|---|
ISeries.SeriesType |
ISeries.getType()
Gets the series type.
|
static ISeries.SeriesType |
ISeries.SeriesType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISeries.SeriesType[] |
ISeries.SeriesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ISeries |
ISeriesSet.createSeries(ISeries.SeriesType type,
java.lang.String id)
Creates the series.
|
Modifier and Type | Field and Description |
---|---|
protected static ISeries.SeriesType |
Series.DEFAULT_SERIES_TYPE
the default series type
|
protected ISeries.SeriesType |
Series.type
the series type
|
Modifier and Type | Method and Description |
---|---|
ISeries.SeriesType |
Series.getType() |
Modifier and Type | Method and Description |
---|---|
ISeries |
SeriesSet.createSeries(ISeries.SeriesType type,
java.lang.String id) |