Documentation

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Robert

Documentation

Post by Robert » Wed Sep 18, 2002 3:32 pm

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.

Andreas Schroeder

Re: Documentation

Post by Andreas Schroeder » Wed Sep 18, 2002 4:01 pm

Hi Robert,
what about

http://www.object-refinery.com/jfreecha ... /index.htm

or have you meant something else?

Regards,
Andreas Schroeder

Robert

Re: Documentation

Post by Robert » Wed Sep 18, 2002 4:29 pm

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.

Andreas Schroeder

Re: Documentation

Post by Andreas Schroeder » Wed Sep 18, 2002 4:36 pm

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

David Gilbert

Re: Documentation

Post by David Gilbert » Wed Sep 18, 2002 11:23 pm

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.

Locked