Documentation
Documentation
I bought your Jfreechart Documentation. It was a PDF file. Is there document such as a Index.html file where I can select a class and quickly see all the constructors and methods of a particular class. I search the web site but did not see it.
Re: Documentation
Hi Robert,
what about
http://www.object-refinery.com/jfreecha ... /index.htm
or have you meant something else?
Regards,
Andreas Schroeder
what about
http://www.object-refinery.com/jfreecha ... /index.htm
or have you meant something else?
Regards,
Andreas Schroeder
Re: Documentation
This is exactly what I want, but I need to be able to access this information on a computer not connected to the web. Where is the file that contains this information such that I can move it to that computer?? Did I get it with the download of the software. I did not see it.
Re: Documentation
Hi Robert,
you have the complete source of JFreeChart.
You can simply build the javaDoc yourself either by hand or with the given ant build file (task is named document). As far as i have seen, the javadoc isn't included in the distribution to keep it small. (read it somewhere)
Regards,
Andreas Schroeder
you have the complete source of JFreeChart.
You can simply build the javaDoc yourself either by hand or with the given ant build file (task is named document). As far as i have seen, the javadoc isn't included in the distribution to keep it small. (read it somewhere)
Regards,
Andreas Schroeder
Re: Documentation
Hi Robert,
There are instructions in the PDF documentation for rebuilding the Javadoc HTML pages at the command line, directly from the source code.
Regards,
DG.
P.S. But if you know how to use Ant, then it will probably be easier to use the build.xml as Andreas suggested.
There are instructions in the PDF documentation for rebuilding the Javadoc HTML pages at the command line, directly from the source code.
Regards,
DG.
P.S. But if you know how to use Ant, then it will probably be easier to use the build.xml as Andreas suggested.