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

View differences:

FFrameScaleBar.java
852 852
	 */
853 853
	public XMLEntity getXMLEntity() {
854 854
		XMLEntity xml = new XMLEntity();
855
		xml.putProperty("nameClass", this.getClass().getName());
855
		xml.putProperty("className",this.getClass().getName());
856 856
		xml.putProperty("m_name", m_name);
857 857
		xml.putProperty("x", getBoundBox().x);
858 858
		xml.putProperty("y", getBoundBox().y);

Also available in: Unified diff