I cannot find the source files for JFreeChartPanel & JFreeChartFrame in
com.jrefinery.chart even though they are listed in the API docs...And no I did not delete them by mistake, cause I verified by unziping the source for JFreeChart again.
Am I missing something here?
Thanks
Cannot find source files in com.jrefinery.chart
Re: Cannot find source files in com.jrefinery.chart
My only coclusion of the above could be that the new release has those source files taken out...but the online html API docs maintained are not updated accordingly.
Re: Cannot find source files in com.jrefinery.chart
And as a follow up to that...what is the javadoc command to compile the api docs for jcommon.
javdoc xxx (what packages go here) for release 0.6.2
javdoc xxx (what packages go here) for release 0.6.2
Re: Cannot find source files in com.jrefinery.chart
Hi,
Never mind my query for generating the javadocs for jcommon. I was able to do that...
However, I would still say, that the online docs maintained are not updated according to the newest releases (especially for JFreeChart 0.9.0) so it serves best to maintain your own local copy of API docs, rather than looking the online version, which could throw you off, since some of the source classes have been taken out from the newest release.
you would simply do
javadoc -sourcepath <source dir> -d <destination dir> <com.jrefinery.xxx>
Never mind my query for generating the javadocs for jcommon. I was able to do that...
However, I would still say, that the online docs maintained are not updated according to the newest releases (especially for JFreeChart 0.9.0) so it serves best to maintain your own local copy of API docs, rather than looking the online version, which could throw you off, since some of the source classes have been taken out from the newest release.
you would simply do
javadoc -sourcepath <source dir> -d <destination dir> <com.jrefinery.xxx>
Re: Cannot find source files in com.jrefinery.chart
Hi Ansh,
My apologies for the confusion. JFreeChartFrame and JFreeChartPanel have been renamed ChartFrame and ChartPanel in the latest release.
I haven't uploaded the latest Javadoc HTML pages...I will make sure it is done before the end of the week. There are instructions in the jfreechart-0.9.0-install.pdf file for regenerating the Javadoc files. I need to add some instructions for incorporating the JCommon packages also.
I am working hard on the documentation this week, plus bug fixes for 0.9.0 so I can have 0.9.1 released by the end of the week.
Regards,
DG.
My apologies for the confusion. JFreeChartFrame and JFreeChartPanel have been renamed ChartFrame and ChartPanel in the latest release.
I haven't uploaded the latest Javadoc HTML pages...I will make sure it is done before the end of the week. There are instructions in the jfreechart-0.9.0-install.pdf file for regenerating the Javadoc files. I need to add some instructions for incorporating the JCommon packages also.
I am working hard on the documentation this week, plus bug fixes for 0.9.0 so I can have 0.9.1 released by the end of the week.
Regards,
DG.
Re: Cannot find source files in com.jrefinery.chart
The Javadoc HTML pages have now been updated for JFreeChart 0.9.0 and JCommon 0.6.2.
Regards,
DG.
Regards,
DG.