Subversion Repositories bacoAlunos

Rev

Rev 1945 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1945 Rev 1956
Line 25... Line 25...
25
{
25
{
26
    /**
26
    /**
27
     *
27
     *
28
     * @param results
28
     * @param results
29
     * @return the tmp path for generated chart
29
     * @return the tmp path for generated chart
30
     * @throws IOException
30
     * @throws java.io.IOException
31
     */
31
     */
32
    public FileUploaded generateChart2tmp(UnitsLearningResultsTable results,CourseReportDocument courseReportDocument) throws 1.5.0/docs/api/java/io/IOException.html">IOException
32
    public FileUploaded generateChart2tmp(UnitsLearningResultsTable results,CourseReportDocument courseReportDocument) throws 1.5.0/docs/api/java/io/IOException.html">IOException
33
    {
33
    {
34
        float aprovados = results.getAprovados();
34
        float aprovados = results.getAprovados();
35
        float reprovados = results.getReprovados();
35
        float reprovados = results.getReprovados();