Skip to content
Snippets Groups Projects
Commit e2f87f4d authored by Tim Molter's avatar Tim Molter
Browse files

javadocs

parent f8b8f6d8
Branches
Tags
No related merge requests found
...@@ -25,6 +25,9 @@ import java.util.Collection; ...@@ -25,6 +25,9 @@ import java.util.Collection;
import java.util.Iterator; import java.util.Iterator;
/** /**
* This class is used to export Chart data to a folder containing one or more CSV files. The parent folder's name is the title of the chart. Each series becomes a CSV file in the folder. The series'
* name becomes the CSV files' name.
*
* @author timmolter * @author timmolter
*/ */
public class CSVExporter { public class CSVExporter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment