Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/DotDensityFillSymbol.java

View differences:

DotDensityFillSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.3  2007-01-12 10:08:26  jaume
46
* Revision 1.4  2007-03-06 17:08:54  caballero
47
* Exceptions
48
*
49
* Revision 1.3  2007/01/12 10:08:26  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.2  2007/01/10 16:39:41  jaume
......
70 73

  
71 74
import java.awt.Color;
72 75
import java.awt.Graphics2D;
73
import java.awt.Point;
74 76
import java.awt.Rectangle;
75 77
import java.awt.Shape;
76 78
import java.awt.geom.AffineTransform;
77 79
import java.util.Random;
78 80

  
79
import com.iver.cit.gvsig.fmap.DriverException;
81
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
80 82
import com.iver.cit.gvsig.fmap.core.FShape;
81 83
import com.iver.utiles.StringUtilities;
82 84
import com.iver.utiles.XMLEntity;
......
237 239
		this.color = dotColor;
238 240
	}
239 241

  
240
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
242
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws ReadDriverException {
241 243
		// TODO Implement it
242 244
		throw new Error("Not yet implemented!");
243 245

  

Also available in: Unified diff