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, updateChart
public XYMultiSeriesTransition(ChartComponent chart, XYMultipleSeriesDataset dataset)
chart
- dataset
- protected void initTransition()
SeriesTransition
initTransition
in class SeriesTransition
protected void update(int progress)
SeriesTransition
update
in class SeriesTransition
progress
- protected void cleanup()
SeriesTransition
cleanup
in class SeriesTransition
public XYMultipleSeriesDataset getBuffer()