Changeset 1105 for trunk/autoquest-core-usability-evaluation-test/src
- Timestamp:
- 02/20/13 18:57:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-usability-evaluation-test/src/main/java/de/ugoe/cs/autoquest/usability/sandboxapp/CreateHeatmapImageFromTaskTreeDemoApp.java
r1040 r1105 20 20 import java.io.IOException; 21 21 22 import org.tc33.jheatchart.HeatChart;22 //import org.tc33.jheatchart.HeatChart; 23 23 24 24 import de.ugoe.cs.autoquest.eventcore.gui.MouseButtonInteraction; … … 103 103 throws IOException 104 104 { 105 HeatChart hc = new HeatChart(data);106 hc.setTitle(mouseInteractions.nodesMatchedFilter().size() + "Mouse interactions");107 // Cautious, took some time!108 // Also you have to run the JVM with extended heapspace, like -Xms512m -Xmx4096m109 hc.saveToFile(new File(heatmapFilename));105 // HeatChart hc = new HeatChart(data); 106 // hc.setTitle(mouseInteractions.nodesMatchedFilter().size() + "Mouse interactions"); 107 // // Cautious, took some time! 108 // // Also you have to run the JVM with extended heapspace, like -Xms512m -Xmx4096m 109 // hc.saveToFile(new File(heatmapFilename)); 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.