Subversion Repositories bacoAlunos

Rev

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

Rev 1872 Rev 1934
Line 21... Line 21...
21
/**
21
/**
22
 * Created by jorgemachado on 31/10/17.
22
 * Created by jorgemachado on 31/10/17.
23
 */
23
 */
24
public class GlobalLearningResultsChartImg extends ImageComponent
24
public class GlobalLearningResultsChartImg extends ImageComponent
25
{
25
{
-
 
26
    public GlobalLearningResultsChartImg() {
-
 
27
        setWidth(200);
-
 
28
        setHeight(200);
-
 
29
    }
-
 
30
 
26
    /**
31
    /**
27
     *
32
     *
28
     * @param results
33
     * @param results
29
     * @return the tmp path for generated chart
34
     * @return the tmp path for generated chart
30
     * @throws IOException
35
     * @throws IOException