public class XYMultiSeriesTransition extends SeriesTransition
EASING_IN, EASING_IN_OUT, EASING_LINEAR, EASING_OUT| Constructor and Description |
|---|
XYMultiSeriesTransition(ChartComponent chart,
XYMultipleSeriesDataset dataset)
Creates a new transition for the given chart and dataset.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup()
Cleans up any settings in the transition.
|
XYMultipleSeriesDataset |
getBuffer()
Gets the buffer/cache for values.
|
protected void |
initTransition()
Initializes the transition for another iteration.
|
protected void |
update(int progress)
Updates the renderer and model at the specified progress position of
the animation.
|
animate, animateChart, getChart, getDuration, getEasing, paint, setChart, setDuration, setEasing, updateChartpublic XYMultiSeriesTransition(ChartComponent chart, XYMultipleSeriesDataset dataset)
chart - dataset - protected void initTransition()
SeriesTransitioninitTransition in class SeriesTransitionprotected void update(int progress)
SeriesTransitionupdate in class SeriesTransitionprogress - protected void cleanup()
SeriesTransitioncleanup in class SeriesTransitionpublic XYMultipleSeriesDataset getBuffer()