public class SizeablePointRenderer extends DefaultPointRenderer2D
Drawable
s, which are sized accordingly to
the data.Modifier and Type | Field and Description |
---|---|
static Key |
COLUMN
Key for specifying the
Integer which specifies the index of the
column that is used for point sizes. |
COLOR, ERROR_COLOR, ERROR_COLUMN_BOTTOM, ERROR_COLUMN_TOP, ERROR_DISPLAYED, ERROR_SHAPE, ERROR_STROKE, SHAPE, VALUE_ALIGNMENT_X, VALUE_ALIGNMENT_Y, VALUE_COLOR, VALUE_COLUMN, VALUE_DISPLAYED, VALUE_DISTANCE, VALUE_FONT, VALUE_FORMAT, VALUE_LOCATION, VALUE_ROTATION
Constructor and Description |
---|
SizeablePointRenderer()
Initializes a new object.
|
Modifier and Type | Method and Description |
---|---|
Shape |
getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
drawErrorBars, drawValueLabel, getPoint, getValue
setSetting, settingChanged
addSettingsListener, getSetting, hasSetting, hasSettingDefault, notifySettingChanged, removeSetting, removeSettingDefault, removeSettingsListener, setSetting, setSettingDefault
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSetting, removeSetting, removeSettingDefault, setSetting, setSettingDefault
public Shape getPointShape(PointData data)
DefaultPointRenderer2D
Shape
instance that can be used for further
calculations.getPointShape
in interface PointRenderer
getPointShape
in class DefaultPointRenderer2D
data
- Information on axes, renderers, and values.Copyright © 2009-2013. All Rights Reserved.