public class DefaultAreaRenderer2D extends AbstractAreaRenderer
AreaRenderer
interface.Constructor and Description |
---|
DefaultAreaRenderer2D() |
Modifier and Type | Method and Description |
---|---|
Drawable |
getArea(java.util.List<DataPoint> points,
java.awt.Shape shape)
Returns the graphical representation to be drawn for the specified
data points.
|
java.awt.Shape |
getAreaShape(java.util.List<DataPoint> points)
Returns the shape used for rendering the area of a data points.
|
getColor, getGap, isGapRounded, punch, setColor, setGap, setGapRounded
public Drawable getArea(java.util.List<DataPoint> points, java.awt.Shape shape)
points
- Points to be used for creating the area.shape
- Geometric shape of the area.public java.awt.Shape getAreaShape(java.util.List<DataPoint> points)
points
- Data points.