Revision 27361 trunk/extensions/extRasterTools-SE/src/org/gvsig/raster/filter/grayscale/GrayScaleByteFilter.java

View differences:

GrayScaleByteFilter.java
28 28
	 * (non-Javadoc)
29 29
	 * @see org.gvsig.raster.grid.filter.bands.ColorTableFilter#process(int, int)
30 30
	 */
31
	public void process(int col, int line) {
31
	public void process(int col, int line) throws InterruptedException {
32 32
		byte value = 0;
33 33
		switch (type) {
34 34
		case 0:

Also available in: Unified diff