Revision 4441 trunk/extensions/extRasterTools/src/com/iver/cit/gvsig/rasterTools/saveRaster/pruebas2/InputSizeDataPanel.java

View differences:

InputSizeDataPanel.java
150 150
		}
151 151
		return jPanel;
152 152
	}
153
	
154
	/**
155
	 * Obtiene la etiqueta con el valor ancho
156
	 * @return
157
	 */
158
	public JLabel getLWidth(){
159
		return this.lWidth;
160
	}
161
	
162
	/**
163
	 * Obtiene la etiqueta con el valor alto
164
	 * @return
165
	 */
166
	public JLabel getLHeight(){
167
		return this.lHeight;
168
	}
153 169
}

Also available in: Unified diff