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

View differences:

Strategy.java
31 31
     * @param cancel
32 32
     *
33 33
     * @throws DriverIOException DOCUMENT ME!
34
     * @throws DriverException
34 35
     * @throws DriverLoadException
36
     * @throws DriverLoadException
35 37
     * @throws DriverException
36 38
     */
37 39
    void draw(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel)
......
49 51
	 * @param extent DOCUMENT ME!
50 52
     * @throws DriverException
51 53
     * @throws DriverLoadException
54
     * @throws DriverException
55
     * @throws DriverLoadException
52 56
	 */
53 57
	void print(Graphics2D g, ViewPort viewPort, Cancellable cancel)
54 58
		throws DriverIOException, DriverLoadException, DriverException;

Also available in: Unified diff