is there difference

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
class
Posts: 2
Joined: Tue Dec 14, 2004 4:06 am

is there difference

Post by class » Fri Dec 17, 2004 4:17 am

1, obtain a JFreeChart instance by calling method of ChartFactory, then set other attribute needed

2, prepare renderer, plot, then new instance of JFreeChart():
JFreeChart chart = new JFreeChart(......)

is there difference between the two ways? Do they have same performance?

Locked