public class BubblePointRenderer extends ScatterPointRenderer
Constructor and Description |
---|
BubblePointRenderer(ScatterPointSeries owner)
Creates a new instance of the ScatterPointRenderer class.
|
Modifier and Type | Method and Description |
---|---|
HashMap<DataPoint,PaletteEntry> |
pointColors()
Gets the palette entry map for the owner series' data points.
|
renderPoint
public BubblePointRenderer(ScatterPointSeries owner)
owner
- The owner series.public HashMap<DataPoint,PaletteEntry> pointColors()
pointColors
in class ScatterPointRenderer