|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elca.el4j.services.statistics.detailed.processing.StatisticsOutputter
public class StatisticsOutputter
This class provides methods for visualizing measurement data. This class was ported from Leaf 2. Original authors: WHO,SHO. Leaf2 package name: ch.elca.leaf.services.measuring
Constructor Summary | |
---|---|
StatisticsOutputter(List<MeasureItem> measures)
The constructor. |
Method Summary | |
---|---|
void |
createCVSFile(String filename,
String measureId)
Write CSV file with measures to filename given. |
void |
createDiagFile(String filename,
String measureId,
int width,
int height)
Compute SVGGraph and write it to filename given. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticsOutputter(List<MeasureItem> measures)
measures
- The measures.Method Detail |
---|
public void createDiagFile(String filename, String measureId, int width, int height)
filename
- Name of file to writemeasureId
- Id of measurements that graph is computedwidth
- Width of the diagramheight
- Height of the diagrampublic void createCVSFile(String filename, String measureId)
filename
- Name of file to writemeasureId
- Id of measurements that graph is computed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |