Revision 27361 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/profiles/listener/DrawMouseProfileListener.java

View differences:

DrawMouseProfileListener.java
132 132
			}
133 133
		} catch (NotInitializeException e) {
134 134
			RasterToolsUtil.messageBoxError("tabla_no_inicializada", this, e);	
135
		} catch (InterruptedException e) {
135 136
		}
136 137
	}
137 138

  
......
181 182
	/** 
182 183
	 * 	Metodo que se encarga de pintar la roi de tipo linea que se pasa como parametro sobre el grafico.
183 184
	 * 	La vanda de la que se tomar?n los valores es la que se pasa como par?metro.
185
	 * @throws InterruptedException  
184 186
	 * */
185
	private  void drawChartRoi(VectorialROI roi, int band){
187
	private void drawChartRoi(VectorialROI roi, int band) throws InterruptedException {
186 188
		
187 189
		try {
188 190
			int[][] series;

Also available in: Unified diff