Revision 244 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/BaseRasterAdapter.java

View differences:

BaseRasterAdapter.java
8 8

  
9 9
import com.iver.cit.gvsig.fmap.ViewPort;
10 10
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
11
import com.iver.cit.gvsig.fmap.operations.Cancellable;
11 12
import com.iver.cit.gvsig.fmap.operations.QueriedPoint;
12 13

  
13 14
public class BaseRasterAdapter implements BaseRaster {
......
23 24
	/**
24 25
	 * @see com.iver.cit.gvsig.fmap.layers.LayerOperations#draw(java.awt.image.BufferedImage, java.awt.Graphics2D, com.iver.cit.gvsig.fmap.ViewPort)
25 26
	 */
26
	public void draw(BufferedImage image, Graphics2D g, ViewPort viewPort) throws DriverIOException {
27
	public void draw(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel) throws DriverIOException {
27 28
	}
28 29

  
29 30
	/**

Also available in: Unified diff