Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b07f6ea7

Přidáno uživatelem Michal Linha před téměř 4 roky(ů)

re #7885 #8134re #8154 re #8136 added comments and connected switch to allow user to set if he wants to see empty rows or columns in the final table

Zobrazit rozdíly:

src/main/java/vldc/aswi/model/table/contingencyTable/ContingencyTableRowCell.java
46 46
        return "(" + value + ", " + colSpan + ")";
47 47
    }
48 48

  
49
    /**
50
     * Sets the colspan of a cell.
51
     * @param colSpan Colspan of a cell.
52
     */
49 53
    public void setColSpan(int colSpan) {
50 54
        this.colSpan = colSpan;
51 55
    }

Také k dispozici: Unified diff