de.erichseifert.gral.plots.areas
Class DefaultAreaRenderer2D
java.lang.Object
de.erichseifert.gral.plots.areas.AbstractAreaRenderer
de.erichseifert.gral.plots.areas.DefaultAreaRenderer2D
- All Implemented Interfaces:
- AreaRenderer, SettingsListener, SettingsStorage
public class DefaultAreaRenderer2D
- extends AbstractAreaRenderer
Default two-dimensional implementation of the AreaRenderer
interface.
DefaultAreaRenderer2D
public DefaultAreaRenderer2D()
getArea
public Drawable getArea(Axis axis,
AxisRenderer axisRenderer,
Iterable<DataPoint> points)
- Description copied from interface:
AreaRenderer
- Returns the graphical representation to be drawn for the specified
data points.
- Parameters:
axis
- Reference axis for the specified data points.axisRenderer
- Renderer of the reference axis.points
- Points to be used for creating the area.
- Returns:
- Representation of the area.
Copyright © 2009-2010. All Rights Reserved.