Revision 8253

View differences:

trunk/extensions/extGeoprocessingExtensions/src/com/iver/cit/gvsig/geoprocess/impl/reproject/ReprojectGeoprocessController.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.3  2006-08-11 17:20:32  azabala
48
* Revision 1.4  2006-10-23 15:16:12  jmvivo
49
* implementados el getWidth y el getHeight
50
*
51
* Revision 1.3  2006/08/11 17:20:32  azabala
49 52
* *** empty log message ***
50 53
*
51 54
* Revision 1.2  2006/07/04 16:43:18  azabala
......
170 173
		return true;
171 174
	}
172 175

  
176
	public int getWidth() {
177
		return 750;
178
	}
179

  
180
	public int getHeight() {
181
		return 220;
182
	}
183

  
173 184
}
174 185

  
trunk/extensions/extGeoprocessingExtensions/src/com/iver/cit/gvsig/geoprocess/impl/xyshift/XYShiftGeoprocessController.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.3  2006-08-11 17:17:55  azabala
48
* Revision 1.4  2006-10-23 15:16:12  jmvivo
49
* implementados el getWidth y el getHeight
50
*
51
* Revision 1.3  2006/08/11 17:17:55  azabala
49 52
* *** empty log message ***
50 53
*
51 54
* Revision 1.2  2006/06/29 17:58:31  azabala
......
169 172
		}
170 173
		return true;
171 174
	}
175
	public int getWidth() {
176
		return 750;
177
	}
172 178

  
179
	public int getHeight() {
180
		return 240;
181
	}
173 182
}
174 183

  

Also available in: Unified diff