Revision 10679 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/ILabelingStrategy.java

View differences:

ILabelingStrategy.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.2  2007-03-09 08:33:43  jaume
46
* Revision 1.3  2007-03-09 11:20:57  jaume
47
* Advanced symbology (start committing)
48
*
49
* Revision 1.2  2007/03/09 08:33:43  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.1.2.4  2007/02/15 16:23:44  jaume
......
65 68
import java.awt.Graphics2D;
66 69
import java.awt.image.BufferedImage;
67 70

  
68
import com.iver.cit.gvsig.fmap.DriverException;
71
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
72
import com.hardcode.gdbms.engine.data.driver.DriverException;
69 73
import com.iver.cit.gvsig.fmap.ViewPort;
70 74
import com.iver.utiles.IPersistance;
71 75
import com.iver.utiles.swing.threads.Cancellable;
......
129 133
	 * @throws DriverException
130 134
	 */
131 135
     public void draw(BufferedImage image, Graphics2D g, ViewPort viewPort,
132
        Cancellable cancel) throws DriverException;
136
        Cancellable cancel) throws ReadDriverException;
133 137

  
134 138
}

Also available in: Unified diff