Subversion Repositories bacoAlunos

Rev

Rev 1914 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1914 Rev 1934
Line 48... Line 48...
48
/**
48
/**
49
 * Created by danielmarmelo on 30/11/17.
49
 * Created by danielmarmelo on 30/11/17.
50
 */
50
 */
51
public class GlobalLearningResultsChartYearImg extends ImageComponent
51
public class GlobalLearningResultsChartYearImg extends ImageComponent
52
{
52
{
-
 
53
    public GlobalLearningResultsChartYearImg() {
-
 
54
        setWidth(200);
-
 
55
        setHeight(200);
-
 
56
    }
-
 
57
 
53
    public FileUploaded generateChart2tmp(UnitsLearningResultsTable results, CourseReportDocument courseReportDocument) throws 1.5.0/docs/api/java/io/IOException.html">IOException {
58
    public FileUploaded generateChart2tmp(UnitsLearningResultsTable results, CourseReportDocument courseReportDocument) throws 1.5.0/docs/api/java/io/IOException.html">IOException {
54
        List<UnitsLearningResultYear> years = results.getYears();
59
        List<UnitsLearningResultYear> years = results.getYears();
55
 
60
 
56
        1.5.0/docs/api/java/lang/String.html">String tempName = BytesUtils.generateHexKey() + ".png";
61
        1.5.0/docs/api/java/lang/String.html">String tempName = BytesUtils.generateHexKey() + ".png";
57
 
62