Revision 287 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
76 76
    public double getWidth() {
77 77
        return ancho;
78 78
    }
79
    
80
    /**
81
     * @deprecated Use {@link #getWidth()} instead
82
     */
83
    public double getAncho() {
84
    	return getWidth();
85
    }
86
    /**
87
     * @deprecated Use {@link #getHeight()} instead
88
     */
89
    public double getAlto() {
90
    	return getHeight();
91
    }
79 92

  
80 93
    public static void registerPersistent() {
81 94
        PersistenceManager manager = ToolsLocator.getPersistenceManager();

Also available in: Unified diff