|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AreaRenderer
Interface for renderers that display areas in plots.
Field Summary | |
---|---|
static Settings.Key |
COLOR
Key for specifying the Paint instance used to fill
the area shape. |
static Settings.Key |
GAP
Key for specifying a Number value for the gap between
the area and a data point. |
static Settings.Key |
GAP_ROUNDED
Key for specifying a Boolean value that decides
whether the gaps should have rounded corners. |
Method Summary | |
---|---|
Drawable |
getArea(Axis axis,
AxisRenderer axisRenderer,
Iterable<DataPoint> points)
Returns the graphical representation to be drawn for the specified data points. |
Methods inherited from interface de.erichseifert.gral.util.SettingsStorage |
---|
getSetting, removeSetting, removeSettingDefault, setSetting, setSettingDefault |
Field Detail |
---|
static final Settings.Key GAP
Number
value for the gap between
the area and a data point.
static final Settings.Key GAP_ROUNDED
Boolean
value that decides
whether the gaps should have rounded corners.
static final Settings.Key COLOR
Paint
instance used to fill
the area shape.
Method Detail |
---|
Drawable getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
axis
- Reference axis for the specified data points.axisRenderer
- Renderer of the reference axis.points
- Points to be used for creating the area.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |