Revision 28368 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/fframes/IFFrame.java

View differences:

IFFrame.java
53 53
import java.awt.geom.Rectangle2D;
54 54
import java.awt.image.BufferedImage;
55 55

  
56
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
57 56
import com.iver.cit.gvsig.fmap.core.IPrintable;
58 57
import com.iver.cit.gvsig.fmap.layers.XMLException;
59 58
import com.iver.cit.gvsig.project.documents.exceptions.SaveException;
......
117 116
     * @param at Transformada afin.
118 117
     * @param r rect?ngulo sobre el que hacer un clip.
119 118
     * @param imgBase Imagen para acelerar el dibujado.
120
     * @throws ReadDriverException TODO
121 119
     */
122 120
    public void draw(Graphics2D g, AffineTransform at, Rectangle2D r,
123
        BufferedImage imgBase) throws ReadDriverException;
121
        BufferedImage imgBase);
124 122

  
125 123
//    /**
126 124
//     * Implementado para imprimir.

Also available in: Unified diff