Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal | |
org.swtchart.internal.series |
Modifier and Type | Interface and Description |
---|---|
interface |
IBarSeries
Bar series.
|
interface |
ILineSeries
Line series.
|
Modifier and Type | Method and Description |
---|---|
ISeries |
ISeriesSet.createSeries(ISeries.SeriesType type,
java.lang.String id)
Creates the series.
|
ISeries[] |
ISeriesSet.getSeries()
Gets the array of series
|
ISeries |
ISeriesSet.getSeries(java.lang.String id)
Gets the series for given id.
|
Modifier and Type | Field and Description |
---|---|
private ISeries[] |
SeriesLabelPage.series
the series array
|
private ISeries[] |
SeriesPage.series
the series array
|
Modifier and Type | Method and Description |
---|---|
private ISeries[] |
Legend.sort(ISeries[] seriesArray)
Sorts the given series array.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<ISeries> |
Legend.sort(java.util.List<ISeries> seriesList,
boolean isCategoryEnabled,
boolean isVertical)
Sorts the given series list which belongs to a certain x axis.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
Legend.getLegendLabel(ISeries series)
Gets the legend label.
|
private ISeries[] |
Legend.sort(ISeries[] seriesArray)
Sorts the given series array.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<ISeries> |
Legend.sort(java.util.List<ISeries> seriesList,
boolean isCategoryEnabled,
boolean isVertical)
Sorts the given series list which belongs to a certain x axis.
|
Modifier and Type | Class and Description |
---|---|
class |
BarSeries
Bar series.
|
class |
LineSeries
Line series.
|
class |
Series
Series.
|
Modifier and Type | Method and Description |
---|---|
ISeries |
SeriesSet.createSeries(ISeries.SeriesType type,
java.lang.String id) |
ISeries[] |
SeriesSet.getSeries() |
ISeries |
SeriesSet.getSeries(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
private static void |
SeriesSet.setStackSeries(double[] stackSeries,
ISeries series)
Sets the stack series.
|