public class LineAreaRenderer2D extends AbstractAreaRenderer
AreaRenderer
interface
that draws lines from data points to the main axis.Modifier and Type | Field and Description |
---|---|
static Key |
STROKE
Key for specifying the
Stroke instance that is used
draw the lines from the data points to the axis. |
COLOR, GAP, GAP_ROUNDED
Constructor and Description |
---|
LineAreaRenderer2D()
Standard constructor that initializes a new instance.
|
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.
|
punch, settingChanged
addSettingsListener, getSetting, hasSetting, hasSettingDefault, notifySettingChanged, removeSetting, removeSettingDefault, removeSettingsListener, setSetting, setSetting, setSettingDefault
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSetting, removeSetting, removeSettingDefault, setSetting, setSettingDefault
public LineAreaRenderer2D()
Copyright © 2009-2013. All Rights Reserved.