Revision 470 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/Strategy.java

View differences:

Strategy.java
6 6
import java.awt.image.BufferedImage;
7 7
import java.util.BitSet;
8 8

  
9
import com.hardcode.driverManager.DriverLoadException;
10
import com.hardcode.gdbms.engine.data.DriverException;
9 11
import com.iver.cit.gvsig.fmap.ViewPort;
10 12
import com.iver.cit.gvsig.fmap.core.IGeometry;
11 13
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
......
29 31
     * @param cancel
30 32
     *
31 33
     * @throws DriverIOException DOCUMENT ME!
34
     * @throws DriverLoadException
35
     * @throws DriverException
32 36
     */
33 37
    void draw(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel)
34
        throws DriverIOException;
38
        throws DriverIOException, DriverLoadException, DriverException;
35 39

  
36 40
    /**
37 41
	 * Dibujar? esta Shape en el Graphics con el s?mbolo que se pasa como
......
43 47
	 * @param mt DOCUMENT ME!
44 48
	 * @param symbol DOCUMENT ME!
45 49
	 * @param extent DOCUMENT ME!
50
     * @throws DriverException
51
     * @throws DriverLoadException
46 52
	 */
47 53
	void print(Graphics2D g, ViewPort viewPort, Cancellable cancel)
48
		throws DriverIOException;
54
		throws DriverIOException, DriverLoadException, DriverException;
49 55
    
50 56
    /**
51 57
     * Recorre las features de la capa vectorial invocando el m?todo visit del

Also available in: Unified diff