public interface AreaRenderer extends SettingsStorage
Modifier and Type | Field and Description |
---|---|
static Key |
COLOR
Key for specifying the
Paint instance used to fill the
area shape. |
static Key |
GAP
Key for specifying a
Number value for the gap between the area
and a data point. |
static Key |
GAP_ROUNDED
Key for specifying a
Boolean value that decides whether the
gaps should have rounded corners. |
Modifier and Type | Method and Description |
---|---|
Drawable |
getArea(List<DataPoint> points,
Shape shape)
Returns the graphical representation to be drawn for the specified data
points.
|
Shape |
getAreaShape(List<DataPoint> points)
Returns the shape used for rendering the area of a data points.
|
getSetting, removeSetting, removeSettingDefault, setSetting, setSettingDefault
static final Key GAP
Number
value for the gap between the area
and a data point.static final Key GAP_ROUNDED
Boolean
value that decides whether the
gaps should have rounded corners.Copyright © 2009-2013. All Rights Reserved.