Trying to modify the source code to include animation

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
lucky7456969
Posts: 15
Joined: Thu Nov 01, 2012 6:41 am
antibot: No, of course not.

Trying to modify the source code to include animation

Post by lucky7456969 » Sun Aug 25, 2013 8:35 am

Hello,
I am wondering what an annotation is.
I have downloaded the source code of JFreeChart, and found that a ChartArea can be customized
Also, I've found some places where annotation can have a setX(), setY() public method,
Another area to look at is the Rectangle2D part, just wondering which part should I be looking at in order to animate the chart?
The last interesting part is the ChartProgress listener.
I am trying to simulate the fly-in effect.
Thanks
Jack

Locked