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

View differences:

LineProfileOptionsListener.java
129 129
				
130 130
			} catch (NotInitializeException e1) {
131 131
				RasterToolsUtil.messageBoxError("tabla_no_inicializada", this, e1);	
132
			} catch (InterruptedException ex) {
132 133
			}
133 134
			optionsPanel.selectDrawRoiTool();
134 135
		}
......
155 156
				
156 157
			} catch (NotInitializeException e2) {
157 158
				RasterToolsUtil.messageBoxError("tabla_no_inicializada", this, e2);	
159
			} catch (InterruptedException ex) {
158 160
			} 
159 161
		}			
160 162
	}
......
196 198
			}
197 199
		} catch (NotInitializeException e3) {
198 200
			RasterToolsUtil.messageBoxError("tabla_no_inicializada", this, e3);	
201
		} catch (InterruptedException ex) {
199 202
		}
200 203
	}
201 204

  
202 205
	/** 
203 206
	 * 	Metodo que se encarga de pintar la roi que se pasa como parametro sobre el grafico.
204 207
	 * 	La banda de la que se tomar?n los valores es la que se pasa como par?metro.
208
	 * @throws InterruptedException  
205 209
	 * */
206
	private  void drawChartRoi(VectorialROI roi, int band){
210
	private  void drawChartRoi(VectorialROI roi, int band) throws InterruptedException {
207 211
		try {
208 212
			int[][] series;
209 213
			series = new int[1][roi.getValues()];

Also available in: Unified diff