Ignore:
Timestamp:
10/09/12 15:04:11 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/stats/implementation/DCWormsStatistics.java

    r493 r494  
    809809                ChartRenderingInfo info = new ChartRenderingInfo(); 
    810810                File f = new File(fileName + "." + ImageFormat.PNG); 
    811                 final String gssimSubtitle = "Created by " 
     811                final String dcwormsSubtitle = "Created by " 
    812812                                + DataCenterWorkloadSimulator.SIMULATOR_NAME 
    813813                                + " http://www.gssim.org/"; 
    814                 c.addSubtitle(new TextTitle(gssimSubtitle)); 
     814                c.addSubtitle(new TextTitle(dcwormsSubtitle)); 
    815815                boolean encodeAlpha = false; 
    816816                int compression = 9;// values 0-9 
     
    12641264                // info.setEntityCollection(null); 
    12651265                File f = new File(fileName + "." + ImageFormat.PNG); 
    1266                 final String gssimSubtitle = "Created by " + DataCenterWorkloadSimulator.SIMULATOR_NAME + " http://www.gssim.org/"; 
    1267                 c.addSubtitle(new TextTitle(gssimSubtitle)); 
     1266                final String dcwormsSubtitle = "Created by " + DataCenterWorkloadSimulator.SIMULATOR_NAME + " http://www.gssim.org/"; 
     1267                c.addSubtitle(new TextTitle(dcwormsSubtitle)); 
    12681268                boolean encodeAlpha = false; 
    12691269                int compression = 9; 
Note: See TracChangeset for help on using the changeset viewer.