Ignore:
Timestamp:
02/20/13 18:57:07 (11 years ago)
Author:
adeicke
Message:

Removed dependency to jheartchart library.

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  
    2020import java.io.IOException; 
    2121 
    22 import org.tc33.jheatchart.HeatChart; 
     22//import org.tc33.jheatchart.HeatChart; 
    2323 
    2424import de.ugoe.cs.autoquest.eventcore.gui.MouseButtonInteraction; 
     
    103103        throws IOException 
    104104    { 
    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)); 
     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)); 
    110110    } 
    111111 
Note: See TracChangeset for help on using the changeset viewer.