package com.codename1.charts.transitions
Animated transitions between chart series states.
Concrete subclasses of SeriesTransition buffer changes to a chart’s
model and renderer so the ChartComponent can either tween between the
previous and next state via animateChart() or jump to it in one shot
via updateChart().
Types
class SeriesTransition | A base class for series transitions of ChartComponent. |
class XYMultiSeriesTransition | A transition to animate the values of a MultipleSeriesDataset (used by BarChart). |
class XYSeriesTransition | A transition for enabling animations between different values in an XYSeries. |
class XYValueSeriesTransition | A transition for enabling animations between different values in an XYSeries. |