public class SizeablePointRenderer extends DefaultPointRenderer2D
Drawable
s, which are sized accordingly to
the data.Constructor and Description |
---|
SizeablePointRenderer()
Initializes a new object.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the index of the column which is used for point sizes.
|
java.awt.Shape |
getPointShape(PointData data)
Returns a
Shape instance that can be used for further
calculations. |
void |
setColumn(int column)
Sets the index of the column which will be used for point sizes.
|
drawErrorBars, drawValueLabel, getPoint, getValue
getColor, getErrorColor, getErrorColumnBottom, getErrorColumnTop, getErrorShape, getErrorStroke, getShape, getValueAlignmentX, getValueAlignmentY, getValueColor, getValueColumn, getValueDistance, getValueFont, getValueFormat, getValueLocation, getValueRotation, isErrorVisible, isValueVisible, setColor, setColor, setErrorColor, setErrorColor, setErrorColumnBottom, setErrorColumnTop, setErrorShape, setErrorStroke, setErrorVisible, setShape, setValueAlignmentX, setValueAlignmentY, setValueColor, setValueColor, setValueColumn, setValueDistance, setValueFont, setValueFormat, setValueLocation, setValueRotation, setValueVisible
public int getColumn()
public void setColumn(int column)
column
- Index of the column which will be used for point sizes.public java.awt.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.