public class StackedSeriesContext extends Object
Constructor and Description |
---|
StackedSeriesContext()
Initializes a new instance of the
StackedSeriesContext class. |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the current stacked area.
|
List<Point> |
getPreviousStackedArea()
Gets the previously stacked area.
|
void |
setPreviousStackedArea(List<Point> previousStackedArea)
Sets the previously stacked area.
|
public StackedSeriesContext()
StackedSeriesContext
class.