graphics2d « Component « JFreeChart Q&A





1. Decorating a JFreeChart    stackoverflow.com

I would like to decorate all my generated JFreeCharts with a timestamp in the corner. Is there a way within the JFreeChart framework to draw on the image after the chart ...

3. reference to Graphics2D instance from ChartMouseEvent    jfree.org

Hi, Thanks for the quick reply. You are right, I probably only need the bounds of the annotation. Depending on where the annotation starts and ends I want to shift the position a bit (I always know only EITHER start OR end depending on the TextAnchor I use). So if you have a solution to this -- would be great! Thank ...

5. How to draw on the Graphics2D    jfree.org

Hello, I would like to draw lines, directly on the graphics, and i would like to to see my modifications but without a repaint of all the curves of the chart. Is it possible ? and how can i do ? my problem is to make a target on the curve to follow the mouve. But i have a lot of ...