Hi All,
You have any idea on getting an outline (paint sequence - color) for the circle in the ScatterPlotDemo chart?
I need to get a circle with black outline and with white color painted inside...
Does that have something to do with createStrokedShape() in Stroke interface? Should I implement createStrokedShape() in a custom class?
Thanks,
SNK
Outline paint color for a circle in ScatterPlotDemo
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: Outline paint color for a circle in ScatterPlotDemo
No. Just set the fill paint and outline paint values for the series (in the XYLineAndShapeRenderer), and check the setUseFillPaint() and setOutlinePaint() flags.snkm007 wrote:Does that have something to do with createStrokedShape() in Stroke interface? Should I implement createStrokedShape() in a custom class?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

