Revision 1094 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Size.java

View differences:

Size.java
53 53
	 */
54 54
	public XMLEntity getXMLEntity() {
55 55
		XMLEntity xml = new XMLEntity();
56
		xml.putProperty("className",this.getClass().getName());
56 57
		xml.putProperty("ancho", ancho);
57 58
		xml.putProperty("alto", alto);
58 59

  

Also available in: Unified diff