| Package | Description |
|---|---|
| com.codename1.charts.transitions |
| Modifier and Type | Method and Description |
|---|---|
ChartComponent |
SeriesTransition.getChart()
Gets the ChartComponent that is the subject of the transition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeriesTransition.setChart(ChartComponent chart)
Sets the ChartComponent that is the subject of the transition.
|
| Constructor and Description |
|---|
SeriesTransition(ChartComponent chart) |
SeriesTransition(ChartComponent chart,
int easing) |
SeriesTransition(ChartComponent chart,
int easing,
int duration) |
XYMultiSeriesTransition(ChartComponent chart,
XYMultipleSeriesDataset dataset)
Creates a new transition for the given chart and dataset.
|
XYSeriesTransition(ChartComponent chart,
XYSeries series)
Creates a new transition on the given chart and associated series.
|
XYValueSeriesTransition(ChartComponent chart,
XYValueSeries series)
Creates a new transition on the given chart and associated series.
|
Copyright © 2023. All rights reserved.