Revision 228 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/Size.java

View differences:

Size.java
60 60
    }
61 61

  
62 62
    /**
63
     * Devuelve el alto del folio.
63
     * Gets the height of the sheet, measured in centimeters.
64 64
     * 
65
     * @return altura.
65
     * @return Height.
66 66
     */
67
    public double getAlto() {
67
    public double getHeight() {
68 68
        return alto;
69 69
    }
70 70

  
71 71
    /**
72
     * Devuelve la anchura del folio.
72
     * Gets the width of the sheet, measured in centimeters.
73 73
     * 
74
     * @return Anchura.
74
     * @return Width of the sheet.
75 75
     */
76
    public double getAncho() {
76
    public double getWidth() {
77 77
        return ancho;
78 78
    }
79 79

  

Also available in: Unified diff